-
Notifications
You must be signed in to change notification settings - Fork 127
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] Map flickers when app is resumed, and sometimes get transparent. #327
Comments
Everyone who has this issue: on what device and what Android version are you seeing this? There is an active issue in the flutter repo (flutter/flutter#139039), but that seems to only affect Samsung devices. |
Also to everyone who has (upvoted) this issue: It would be great if you can share with Flutter version you see this bug and if this is with Impeller enabled? |
Hi @m0nac0, thanks for the hint on the samsung bug 🙏 I saw the bug with two samsung devices. On Flutter 3.13.8, with impeller disabled. Note that google_map_flutter also uses platform view and the bug is not present. |
Are those two devices on Android 14? |
No there are on Android 10. |
Were those Samsung S22, S23, S22 Ultra, S23 Ultra? (Those are the ones that I've seen mentioned as affected by the upstream Flutter issue) |
I reproduced the issues with a Huawei phone under android 8. The devices brand, and android version were we tested and find the issues:
|
I complete the reproduction table. It seems to be related to the android version
|
Flickers:
Screen_Recording_20231110-200222.mp4
Transparent:
Screen_Recording_20231110-200512_1.mp4
Steps to reproduce:
flutter doctor:
logs:
Related informations:
✅ This bug is not present in Maplibre Native.
🐞 This bug is present in mapbox-map-flutter
✅ This bug is not present in google_map_flutter
The root cause might be in the platform-view implementation.
See Google Map
Screen_Recording_20231110-202506.mp4
The text was updated successfully, but these errors were encountered: