Questions tagged [web-notifications]

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.

Web Notifications API for end-user notifications provides a way to alert users — outside the context of a web page — of an occurrence such as the delivery of an e-mail message.

https://notifications.spec.whatwg.org/

139 questions
-1
votes
1 answer

Web notifications subscribers data - endpoint - send notifications

I'm trying to understand how web notification(HTML5) is works. I found some solutions for call user for permissions:notify.js, currently I am looking for any way to send notifications for subscribed users. I planing to create a backend script in…
-1
votes
1 answer

GCM native permission prompt - can it be replaced or adjusted?

Does anyone know if the GCM native notification prompt you see on Browsers such as Chrome, can be replaced or adjusted in any way so that we show a more presentable popup instead? Here is a native prompt example:
-2
votes
1 answer

How to implement push notification for my web application built on jsp and spring?

I want to implement fcm push notification like other websites facebook,amazon etc. for my web app built on spring and Jsp. I go through the all google docs but didn't find any. How other website ask user to send them notification and after allowing…
-8
votes
1 answer

Use CSS to style Web Notifications

I'd like to style web notifications with CSS. In the very least to be able to use background, border and color properties. Note that I'm talking about actual native web notifications, not alternatives. For those unaware of what web notifications are…
John
  • 10,154
  • 9
  • 79
  • 143
1 2 3
9
10