i using cordova based pushwoosh plugin in ionic app. used getting push notification. when click push notification open app in home.html view want other page contact.html. how can achieve this?
you can use custom data feature in pushwoosh.
custom data feature trick. allows send "key":"value" pair (please see screenshot attached) application process when user taps on notification.
for instance, in our android demo application (you can download in google play), can change background color following custom data: { "r" : "0 - 255", "g" : "0 - 255", "b" : "0 - 255" }
Comments
Post a Comment