You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I built an android (cordova) app,
I am trying to handle an event of notification in the background, when user didn't click the notification message,
For some reason, data is not received until user clicks the notification.
not even when user is online.
The only way I can get to use notification in the background without user clicks on the notification is if I send a json without the notification structure(without message and title but only regular data).
Since I doubt the way to send it would be to send push twice - one for data and one for notification, I guess there's another way ...
I didn't find anywhere to handle this kind of event, could you please help understanding with handler do I need to put ?
Thank you
The text was updated successfully, but these errors were encountered:
You're probably looking for the feature described in #93, which unfortunately isn't available yet. The proposal is there, and in a few other related issues, so you can always +1 them so that @macdonst knows what to prioritize on future releases.
If that's indeed the case, and this is a duplicate of #93 and it's related issues, please close this issue.
Hello,
I built an android (cordova) app,
I am trying to handle an event of notification in the background, when user didn't click the notification message,
For some reason, data is not received until user clicks the notification.
not even when user is online.
The only way I can get to use notification in the background without user clicks on the notification is if I send a json without the notification structure(without message and title but only regular data).
Since I doubt the way to send it would be to send push twice - one for data and one for notification, I guess there's another way ...
I didn't find anywhere to handle this kind of event, could you please help understanding with handler do I need to put ?
Thank you
The text was updated successfully, but these errors were encountered: