lundi 23 octobre 2017

Chorme Web Push Notification with payload

self.addEventListener('push', function(event) {

var jsonObj = event.data.json();

I have written chrome web push notification, Now i am facing problem the event.data is always null.

So, i need php curl for sending notification. Can anybody help me to send web push notification with payload. currently i am using GCMPushMessage library.




Aucun commentaire:

Enregistrer un commentaire