How can I tell, in cordova, if the app was started because of a regular click on the icon, or a click on the push notification, before the 'onNotification' is called?
I'm using the push-plugin, but until the 'notification' event is called, I'm already within the app itself, and the view "jumps" to the new notification event, which doesn't look good.