-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS does not trigger Push.instance.onNotificationTap on first push notification tapped #16
Comments
Seeing this as well. |
This code appears to be the issue. I already have the app running and then opened a push notification. Since
|
Looks like @kaiquegazola's MR has fixed it. I've released it as 1.0.1. Thanks for reporting the issue |
It's working great! Thanks for the fix 👍 |
Hello,
Push.instance.onNotificationTap.listen
does not trigger for iOS the first time a notification is tapped.I subscribe to
Push.instance.onNotificationTap.listen
in the apps main function.If I minimize the app, send a push notification, tap it to open the app,
Push.instance.onNotificationTap.listen
is never called.If I minimize the app again and send another push, it will work.
Android works as it should.
Any thoughts as to what might be causing that?
Thanks for your help!
The text was updated successfully, but these errors were encountered: