Questions tagged as 'push-notification'

1
answer

Send live notification without being repeated

I have a code, which I want to make a live push notification system, here's my code: <script> Notification.requestPermission(); function requisitar(){ var xmlhttp; if (window.XMLHttpRequest) {...
asked by 05.03.2016 / 15:01
1
answer

How to pause a progress of a Notification?

There is a ProgressBar in my notification that works like this: new Thread( new Runnable() { @Override public void run() { int incr; // Do the "lengthy" o...
asked by 31.12.2015 / 05:10
2
answers

Send push notifications through an array

I have a problem sending push notification to multiple users at the same time, I have a sending page plus it is sending only to a single token I would like to know how to get it to send to an array of registered tokens, follow the code. <?p...
asked by 17.11.2015 / 12:44
0
answers

How to get data in a web service when receiving a push notifications with application in idle state

I have an application that when I receive a push notification needs to connect to my web service to get relevant data for the user. When the application state is active or in the background it is able to make this connection, but if the appli...
asked by 21.07.2015 / 07:01
1
answer

How to send notifications of a site to the user through Browser [closed]

Hello, I have a website in wordpress and would like to send notifications to the user via the browser like in the image below: Is there any way to implement in wordpress? Need some specific plugin? I do not have much knowledge so help...
asked by 12.08.2016 / 03:41
2
answers

Push Notification IONIC

I'm doing a Mobile project in Angular / Cordova / IONIC, but I'm in the push notification phase, since it's a separate project. I've tried a lot of tutorials on the web, even my own IONIC , but it does not work, does anyone have...
asked by 17.08.2015 / 15:18
1
answer

Pusho notification Web App progressive web app

I'm creating a progressive web app but I was not able to perform the push notification as it is in the documentation. I would like to know if you have a more practical way to do push notifications.     
asked by 18.09.2017 / 22:20