Open campagna91 opened 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@campagna91 when you click on the notification the on('notification')
event is called that's the click event.
Expected Behaviour
When a push notification arrive user can has his application opened or not: in both cases user can click or not on the push notification.
We would like to catch the "click" event information.
Actual Behaviour
The coldstart parameter return false if app is opened event if user has click on push notification (as API documentation).
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Both android and ios - is not platform dependent
Cordova CLI version and cordova platform version
Plugin version
Question
Is there a way to detect if user is clicking on the notification or not?
Thanks in advance