Hi
I wanted to know if it exists a way to handle users clicks on Push Notifications (and if possible for both platform : Android and IOS) ?
For now I was using the cordova Push plugin with my own server with node-gcm and node-apn
I saw a click_action for gcm parameter but I can’t figure how this works.
Several use cases :
- Redirecting the user on a specific view (for example a messenger if he receives a new message)
- More advanced: like Twitter : we can follow users directly from the Push Notification without opening the app
If anyone knows if it’s possible or has a trick to handle that, it would be nice !