Map flickers on certain devices #4271
Unanswered
Salmankhan033
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Mapbox Version
11.15.0
React Native Version
0.81.5
Platform
Android
@rnmapbox/maps version
10.3.1
Observed behavior and steps to reproduce
Android: Map flickers while zooming on some devices
Description
I'm experiencing a map flickering issue on some Android devices when zooming in or out. The problem only occurs during zoom gestures and makes the map rendering unstable.
I found a similar issue in the native Android Mapbox SDK:
mapbox/mapbox-maps-android#2479
That issue appears to be fixed for the native Android SDK, but I'm still seeing the same behavior when using React Native.
Expected Behavior
The map should render smoothly without any flickering while zooming.
Actual Behavior
On some Android devices, the map flickers continuously when the user zooms in or out.
here is fixed for Android native
mapbox/mapbox-maps-android#2479
All reactions