I’m testing HTML5 notifications on localhost, with SSL. I’ve reset the Chrome settings for the site (by clicking the lock icon in the URL box – “site settings”), and double checked notification setting is set to “Ask (default)”. Now here’s my code: But once the code is run, no permissions popup is displayed, instead I get this lock icon in
Tag: html5-notifications
Notification popup doesn’t appear in chrome
I am trying to do a gmail similar type desktop notification . I am facing the difficulty to change the notification permission in chrome. The permission always shows denied in console if i use window.Notification.permission. If i manually change the permission in google chrome settings -> privacy -> content settings -> Notifications as “Allow all sites to show desktop notifications”