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
Link Copied
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.
For more complete information about compiler optimizations, see our Optimization Notice.