6

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.

Community
  • 1
  • 1
Neotrixs
  • 2,495
  • 4
  • 28
  • 58

1 Answers1

3

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

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

Neotrixs
  • 2,495
  • 4
  • 28
  • 58
  • 1
    Thanks for this, nice solution, i could only get this to work if the app was open but now seems to work fine – pleshy Apr 28 '15 at 15:02