Search found 1 match

Go to advanced search

by Benjamin Kyan
Mon Jun 30, 2014 1:19 am
Forum: Issues
Topic: Custom Push Notifications Window on Receive
Replies: 19
Views: 6840
 
Jump to post

Custom Push Notifications Window on Receive

Thanks for pointing me in the right direction, Gonçalo Miguel! I got it to work with the following code in the Device ready event: if (device.platform == 'iOS') { PushNotification.getPendingNotifications(function(notifications) { var item = JSON.stringify(['getPendingNotifications', notifications]);...

Go to advanced search