notify.js
notify.js copied to clipboard
Doesn't work on last mobile Chrome on Android
trafficstars
Try to open demo link on android chrome on Android, it doesn't work.
Web Notifications aren't supported in Chrome on Android I believe, and must instead be used from within the Service Worker API. Trying new Notification('hello'); in the browser gives the error:
TypeError: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead.