-
Notifications
You must be signed in to change notification settings - Fork 544
Notifications not showing up in Chrome #259
Comments
Hello @kg-kartik
|
Test and confirm that Notifications do work in http://localhost in chrome |
They dont work. |
Doesn't work for me either on Chrome. window.Notification.permission is returned to be true in the devtools Running new Notification('test') shows a notification. Works on Firefox but not on Chrome and Edge. |
My observations, in case they're helpful. Chrome 101 Vivaldi 5.2 Firefox 100 |
Grant Chrome Notification Permission on WindowsGo to Settings > System > Notifications & actions and make sure the Notifications option is toggled on. |
In my case it was Focus settings in Windows 11. This setting hides all notifications. |
Does push.js shows notifications in chrome if you are using localhost,i.e , http connection..In my case it is working well in edge but i cant see any notification in chrome ? So, I infer that chrome is blocking notification on sites with insecure http connection as it blocks Notifications from Notification API.
The text was updated successfully, but these errors were encountered: