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.
I got my solution, If anyone has the same problem. Please follow this link.