mobilusoss / react-web-notification

React component with HTML5 Web Notification API
http://mobilusoss.github.io/react-web-notification
MIT License
270 stars 82 forks source link

no longer showing notifications on latest chrome #69

Open michaeljguarino opened 4 years ago

michaeljguarino commented 4 years ago

I recently updated chrome, and noticed a few of my projects using this lib no longer show notifications. The sound onOpen callback actually does fire, but the notification itself does not show. I have my webpack build pointed to the latest commit on master currently to ensure I have picked up any fixes recently, no luck.

georgeOsdDev commented 4 years ago

Latest commit https://github.com/mobilusoss/react-web-notification/commit/26b8f84df34283a7b873c1008e4791f63b81300c is deployed on https://mobilusoss.github.io/react-web-notification/example/

I can see the notification

スクリーンショット 2020-05-28 13 24 52

michaeljguarino commented 4 years ago

Weird, I definitely don't see it (but do hear the alarm, as is the case in my app as well).

michaeljguarino commented 4 years ago

I'm trying to dig in and see if there are some weird browser/system specific things going on.

whydna commented 4 years ago

@michaeljguarino check your OS settings and make sure Chrome has notification permissions.