Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 740
Neotrixs Avatar asked Jan 05 '15 13:01

Neotrixs


1 Answers

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

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

like image 157
Neotrixs Avatar answered Nov 13 '22 10:11

Neotrixs