python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to make push notification open chrome app on click? (Node.js, Web-push)
Im using web-push to implement push notifications on my web app, im trying to figure out how to make chrome app open (or the browser they are using) when they click on it. So right now the best I coul...
Adrian Gonzalez
Votes: 0
Answers: 1
Web Push Same Subscriber Different Endpoint Issue
I am trying to implement the web-push service in one of my projects. So, I actually need to know the actual subscriber numbers in my app. So what problem I am facing is, the service worker generates n...
Nur Alam
Votes: 0
Answers: 0
Make web push notifications to show for longer
We integrated web push notifications in our React App with firebase, it is working fine both in foreground and in background. When the app is in foreground we attached a event listener (onMessage) tha...
Dinesh
Votes: 0
Answers: 1
Does web push notification body need to be escaped?
Following Using the Notifications API, I can display a push notification successfully.
Some of my push notifications contain user-entered text (like the user's name for example).
Do I need to escape t...

Ivan Rubinson
Votes: 0
Answers: 1