java - Open the particular page on click the pushwoosh notification -


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.

  1. custom data in pushwoosh
  2. using custom data

custom data feature trick. allows send "key":"value" pair (please see screenshot attached) application process when user taps on notification.enter image description here

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" }

ref: https://community.pushwoosh.com/questions/751/open-a-page-inside-the-app-after-receiving-app-phonegap


Comments