-
Notifications
You must be signed in to change notification settings - Fork 767
Hey, in android 13 the notifications are shown, but they are not clickable #939
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
Comments
Could you provide more information? Such as your rn and react-native-notifications version and on what device you'd observed this behaviour. It works for me with rn 0.71.2 and react-native-notifications ^4.3.2 on Samsung Galaxy A13 (Android 13 - API 33). |
I'm experiencing the same issue. Tapping a notification in the list of notifications, or on the lock screen, does nothing but discard the notification. I'm expecting the tap to open the application, as was the case with Using: I've set up everything according to the guide here. Could this have anything to do with setting up a service and intent-filter in the androidmanifest, like described here? |
Guys in android 13 in some devices i need this permission in manifest (SYSTEM_ALERT_WINDOW) |
@giannis21 you should not need to request that permission, I believe the issue lies in trampoline restrictions introduced in Android 12, described here. In our app we absolutely cannot break the UX-flow by directing the users to the app-settings to manually enable the display over other apps-setting. There's a pending PR for fixing this issue, but the code owners doesn't seem to have had time reviewing it: #920 |
Adding Anyone else facing this issue? |
Hey guys, I was facing the same problem and I could get it fixed with zo0r/react-native-push-notification#2352 |
Thank you! firebase-core is deprecated. Should the android installation documentation be updated? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
Adding dependency |
In order for the notifications to be clickable i must enable the option 'display over other apps' . When the app is debug mode this choice exists in app settings, but when i run the app in release mode, this choice does not exist. Any help?
Thanks in advance!
The text was updated successfully, but these errors were encountered: