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/

145 questions
0
votes
2 answers

Is there a notification platform that supports both mobile apps with Xamarin and Web Browser with Javascript

I'm looking for a Notification platform which will enable me to send notifications to any platform like Web Browser, iOS and Android. Only distinction that I have is we are using Xamarin for mobile development. First I looked to Pusher.com. It is…
0
votes
1 answer

Mozilla undo "Always Block Notifications"

Using the web notifications api Mozilla will ask user for permission. If I choose 'Always Block Notifications' there seems no way to undo that setting(?). I've checked about:config, and dom.notifications.enabled is true. But calling…
Patrick
  • 89
  • 1
  • 5
0
votes
3 answers

Hide JS Notification Object By Tag Name

I'm using the notification API for my project to show browser notifications where each notification has a unique tag (ID), but I can't seem to find a way to close or hide the notification by the tag name, without calling the close function on the…
Brian Leishman
  • 8,155
  • 11
  • 57
  • 93
0
votes
1 answer

Web notification from server

I want to push notification to client from server when I updated database. This is my controller: public function finish() { $this->autoRender = false; try { if($this->request->is('post')) { $db =…
Bàn Chân Trần
  • 1,890
  • 2
  • 21
  • 24
0
votes
3 answers

Web Notifications (HTML5) - How it works?

I'm trying to understand whether the HTML5 Web Notifications API can help me out, but I'm falling short in understanding how it works. I'd like user_a to be able to send user_b a message within my webapp. I'd like user_b to receive a notification of…
pierre
  • 1,235
  • 1
  • 13
  • 30
0
votes
1 answer

How to refresh a script in in JFS?

Good Morning I am working with Web APIs Notifications in Google Chrome the problem is: I have a script in the head of my xhtml page that retrieves values ​​from a database through a managed bean and this process has to be done on a timer (interval)…
-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…
-2
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…
-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
  • 1
  • 13
  • 98
  • 177
1 2 3
9
10