Top "Web-push" questions

The Web Push API lets users of your Web app receive push notifications at any time—even in the background; that is, even when your Web app is not currently running in the foreground on the user’s device (or even when the browser on the user’s device is not currently running).

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
Uncaught (in promise) SyntaxError: Unexpected end of JSON input

I am trying to send a new push subscription to my server but am encountering an error "Uncaught (in promise) …

javascript json web-push
Service Worker Registration Failed

I am currently working on service worker to handle push notification in browser. Currently I am having this "SW registration …

javascript browser service-worker web-push
Push notification facility for mobile web app

I have a simple scenario, to receive notification on mobile devices whenever it's generated from Server. I know this facility …

html mobile web-applications websocket web-push
How can I do push notifications in an HTML5 Web application?

I have a web application. I want to use the HTML 5 inbuilt notifications API to do push notifications from the …

javascript html push-notification web-push push-api
Web Push Notification: How to use Web Push PHP Library?

I Want to add Web Notification to my website. I searched on Google and found some tutorials about it. As …

php browser push-notification web-push
Chrome Push Notification: This site has been updated in the background

While implementing the chrome push notification, we were fetching the latest change from our server. While doing so, the service-worker …

google-chrome push-notification web-push push-api
Asp Net Core Web Push Notifications

Main goal is to add to site ability to send web notification to pop up a system notification to alert …

c# asp.net-core asp.net-core-webapi web-push push-api
Open a custom url when clicking on a web push notification

I am implementing the Webpush ruby gem to send push notifications to users of my website. Server code: Webpush.payload_…

javascript notifications web-push
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