Start a new topic

html5 client and push notifications

Hello,

I would like to know if there are some event handlers I can use in my Cordova html mobile application to catch the push notification.

something like 

Kinvey.onPushNotificationReceived = function(data) {...}


Thanks.

1 Comment

Hi Calin,


For a Cordova mobile app, you may use the Phonegap SDK as more suitable for hybrid mobile app development. 

The Phonegap SDK has push notification handling method - please see here.


Let me know if you have further questions.


Martin

Login or Signup to post a comment