how to open secific page onclick on notification in phonegap 3.6 by using pushplugin

Neotrixs picture Neotrixs · Jan 5, 2015 · Viewed 8.2k times · Source

I am using PushPlugin in my Phonegap Application. I don't have any problem getting Notification from the server, but i need when i click on notification, then i want to open a specific page like "home.html" page or "information.html" page but it's directly open default "index.html" page.

I try Phonegap PushNotification to open a specific app page but I am little bit Confuse that how application know that (message == "notify") to open a specific page, it is not define in answer. And I think answer belongs to old version of Phonegap Pushplugin.

Pls help Me. Thanks in Advance.

Answer

Neotrixs picture Neotrixs · Jan 6, 2015

I got my solution, If anyone has the same problem. Please follow this link.

https://github.com/phonegap-build/PushPlugin/issues/213