-
Notifications
You must be signed in to change notification settings - Fork 374
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
[Android] App showing white blank screen when quit app with hardware back button #682
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you. |
Issue not solved. Disabled Android back button for temporary fix (not an ideal fix) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you. |
Not solved, temp solution by disabling Android back button which is not a good ux |
Hi all, I'm having issue when opening Pusher notification from the system tray.
When quitting app with hardware back button, app is showing white blank screen (only happens after launching app from tapping on push notification). The blank screen doesn’t have bottom tab, seem to be not related to navigation. I've tried to log react navigation stack before quitting but showing only 1 route in the stack. Seems to be on native side issue.
I've also tried with all types of
launchMode
inAndroidManifest.xml
but still getting same behaviour. When launch app normally, this issue doesn't happen. As I couldn't find ways to fix it, I was thinking to disable the Android back button only when the app is launched from opening notification. However, I can't find the listener that will triggered when tap to open the notification.Update:
Suspect it's due to additional
OpenNotificationActivity
attached beforeMainActivity
after checking out logcat. But still not sure how to disable/bypass the notification activity from push-notifications-androidThe text was updated successfully, but these errors were encountered: