Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Doesn't work on last mobile Chrome on Android #89

Open
stiv-yakovenko opened this issue Jun 29, 2020 · 1 comment
Open

Doesn't work on last mobile Chrome on Android #89

stiv-yakovenko opened this issue Jun 29, 2020 · 1 comment

Comments

@stiv-yakovenko
Copy link

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

@alexgibson
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants