Top "Web-notifications" questions

The Web Notifications API provides a way for a web application to show a platform-level notification to a users — outside of a browser’s viewport and regardless of whether the web application that generated the notification is in the currently-active tab/window.

How to send push notification to web browser?

I have been reading for past few hours about Push Notification API and Web Notification API. I also discovered that …

javascript google-cloud-messaging web-notifications web-push push-api
Send desktop notifications in Chrome or Firefox from a closed web app?

My goal is to send Gmail-style desktop notifications in Chrome or Firefox from a web app (let's call it X) …

google-chrome firefox notifications push-notification web-notifications
HTML5 Notification not working in Mobile Chrome

I'm using the HTML5 notification API to notify the user in Chrome or Firefox. On desktop browsers, it works. However …

javascript html google-chrome notifications web-notifications
Using Notification API for Electron App

How to implement Notification API on Electron App? I tried checking Notification.permission and it returns granted But when I …

javascript electron web-notifications
Is there a way to display desktop notifications even when Chrome or Firefox is closed?

We're developing a website which sends push notifications to end users using GCM. We've gone through Service Worker and all. …

google-chrome push-notification google-cloud-messaging web-push web-notifications
Notifications across all browsers

Are there any sort of notification system that works with all major browsers? I know chrome has their Notification API, …

javascript html browser notifications web-notifications
Resetting denied HTML notifications

I have a web app in which I am using HTML Notifications. It works fine if the user allows it …

javascript html google-chrome web-notifications