using PhoneGap and the pushPlugin for notifications, is there a way to detect the notification when app is launched directly?
i.e, if someone clicks on the notification, the app launches and i can detect the notification info with the onNotificationAPN() function, but if the user ignores the notification and then open the app directly, even though it has the little red notification number the onNotificationAPN() isn't fired.