-
Notifications
You must be signed in to change notification settings - Fork 32
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
Splash screen behaviour in Android #29
Comments
Hi team, Is there any update on this issue ? |
Hi @Arunachalam-G, can you elaborate a bit more on how to reproduce this problem on the client SDK? Happy to help! |
Hi @fbenevides, Thanks for the response. Please follow the below steps to reproduce.
NOTE: In Android version 12 device, I'm seeing this similar splash screen but with my app icon in centre. In other version of android devices, this white screen appears. UPDATE: In Android version 9 device, it is occurred. In Android 11 and 12 version devices, it is not occurred |
Hi @fbenevides , Can you able to reproduce the issue from given steps ? |
I can reproduce this, and I've escalated this internally. Whats strange is that I can reproduce this on my physical Android 11 but you can't, and this doesn't happen in the simulator, which makes this harder to figure out. |
One thing I found is that, app title on the top of the whit screen is taking the value from android label key in the manifest file. Hope we will get this behaviour fixed soon. |
Is this issue still occurring? We haven't been able to identify a cause for this at this time |
When I open my app (which is in killed state) via push notification, I'm getting the below splash screen for few seconds. After that my actual splash screen is visible. This splash screen is coming after i integrated pusher beam in my flutter app. How to remove this white splash screen with app title on top ?
The text was updated successfully, but these errors were encountered: