notify.js icon indicating copy to clipboard operation
notify.js copied to clipboard

Doesn't work on last mobile Chrome on Android

Open stiv-yakovenko opened this issue 5 years ago • 1 comments
trafficstars

Try to open demo link on android chrome on Android, it doesn't work.

stiv-yakovenko avatar Jun 29 '20 11:06 stiv-yakovenko

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.

alexgibson avatar Jun 29 '20 12:06 alexgibson