-
Notifications
You must be signed in to change notification settings - Fork 218
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
Problem with setNotificationWillShowInForegroundHandler #501
Comments
@hugoyair Thanks for reporting. Could share a step by step of reproducing the issue? It isn't clear to me if the issue is with Could you also let us know if the is an issue on Android or iOS? Also please note the Android / iOS version and device model as well. |
I´m sorry I don´t speak English, I said that I have a problem with setNotificationWillShowInForegroundHandler() when my phone app is focus (into the app) (foreground), should listen the handler (setNotificationWillShowInForegroundHandler()) but it doesn´t enter to the handler. But it fails sometimes, not always. |
Android 10 versión |
One signal_flutter version: 3.2.3
Description:
I´m using one signal and everything is ok, but I was wondering why sometimes when I´m into an application, notification show it and enter to :
OneSignal.shared.setNotificationOpenedHandler()
When It should enter to:
setNotificationWillShowInForegroundHandler()
It sometimes fail not always, I mean notification come always.
The text was updated successfully, but these errors were encountered: