You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When continuously zooming in and out on the map, the map view flickers on some Android devices. The flickering occurs during the zoom animation and results in an unstable rendering experience.
Steps to Reproduce
Open a screen containing a MapView.
Interact with the map using pinch-to-zoom gestures.
Zoom in and out repeatedly.
Observe that the map flickers intermittently on some Android devices.
I am facing on Android Note 10 device
Environment
Platform: Android
React Native: 0.79.0
@rnmapbox/maps: 10.3.0
Mapbox SDK: 11.16.2
The issue has not been observed on iOS.
Expected behavior
The map should render smoothly while zooming in and out without any flickering or visual artifacts, regardless of the Android device.
Notes / preliminary analysis
The issue appears to be Android-specific.
It occurs only on certain Android devices and is difficult to reproduce consistently across all hardware.
The problem seems related to the rendering pipeline during zoom animations.
Mapbox Version
11.15.0
React Native Version
0.81.5
Platform
Android
@rnmapbox/mapsversion10.3.1
Standalone component to reproduce
Observed behavior and steps to reproduce
Observed Behavior
When continuously zooming in and out on the map, the map view flickers on some Android devices. The flickering occurs during the zoom animation and results in an unstable rendering experience.
Steps to Reproduce
MapView.Environment
The issue has not been observed on iOS.
Expected behavior
The map should render smoothly while zooming in and out without any flickering or visual artifacts, regardless of the Android device.
Notes / preliminary analysis
Map flickers on certain devices mapbox/mapbox-maps-android#2479
I am unsure whether this is caused by the React Native wrapper or inherited from the underlying Android SDK.
Additional links and references
Video: https://drive.google.com/file/d/12KfnYgl4ppzbFsJC0yQAoLfE8ocM-Lw8/view?usp=sharing