Software Archive
Read-only legacy content
17061 Discussions

Push Notification : How to open specific page when user click on notification.

mohneesh_b_
Beginner
333 Views

Hi,

I have implemented push notification in my android app. 

I wanted to open a specific page of my app when some one click on received notification.

Can you please let me know how to configure payload to send specific url in notification?

Thanks

 

0 Kudos
2 Replies
Amrita_C_Intel
Employee
333 Views

Screen Shot 2016-04-28 at 1.16.29 PM_0.png

0 Kudos
Elroy_A_Intel
Employee
333 Views

I recommend visiting https://cordova.apache.org/docs/en/5.4.0/cordova/events/events.html for leveraging App lifecycle events. There aren't any Cordova plugins that would allow you to discern a resume event caused by a push notification or an app icon tap. 

0 Kudos
Reply