-
Notifications
You must be signed in to change notification settings - Fork 376
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
[Bug]: event.preventDefault() doesn't work on iOS #1592
Comments
@kamil-floqsta In order to not display the notification you just call |
@emawby Unfortunately it doesn't work. Here is a code sample:
The listener receives a notification, then |
@emawby I turned on logs with
|
@emawby Even if
|
@kamil-floqsta hello, any solution? |
What happened?
I would like to not display notification if some conditions are met.
Regarding to the
[User Model] Rename Events & API Changes
pull request:In the previous versions this could to achived by calling
notificationReceivedEvent.complete(undefined)
Steps to reproduce?
What did you expect to happen?
I would like to not display notification if some conditions are met.
React Native OneSignal SDK version
5.0.2
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: