-
Notifications
You must be signed in to change notification settings - Fork 133
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
Map flickers on certain devices #2479
Comments
I can confirm this behaviour on: |
Thank you for raising an issue. |
I’m experiencing similar map flickering issues on certain devices (Honor X7a, Redmi 9C) when using Mapbox SDK versions 11.7.0 and 11.7.1. The map is unresponsive to gestures, although camera change callbacks are still triggered, and the Mapbox.flashing.screen.mp4 |
@akharche4 can you confirm that you reproduce this in our example activity with no additions? Also can you share the logs? And also another question - is @msuonp can you also share the logs and also confirm that on Honor X7a, Redmi 9C you face the same issue in activity that @akharche4 reported? Trying to narrow down the root cause here... |
@kiryldz just to sort of be clear, I experience issues ONLY for when mapboxGlNative was set to 11.5.2 or higher. So NO issues on 11.5.1 of mapboxGlNative from above desc:
I did not change anything in Activity. Logs of what exactly would you like? |
Logs with Edit: in general all the logs will be appreciated as we're leaning to the theory that this issue is hardware specific so there might be GPU driver error logs in logcat as well. |
@kiryldz I tested the example activity on the Redmi 9C, and it exhibits flickering and various rendering issues, such as markers not always being drawn. Unfortunately, there are no errors or warnings in the logs related to Mapbox or the GPU. I currently don't have access to the Honor X7a to test on that device. The issue was originally reported by an end user, and I was able to reproduce it on the Redmi 9C. Mapbox.test.activity.Redmi.9C.mp4 |
I'm experiencing same issue with v11.7.1 :( |
I am experiencing the same flickering on my Redmi A3x Android 14 device when I upgraded to mapbox version 11.7.1 az_recorder_20241105_124141_edited.mp4 |
This is still present in version 11.8.0 |
Logs:
|
The issue should be fixed in 11.8.1 and backported to 11.7.3. Both patches are expected this week. |
Environment
Observed behavior and steps to reproduce
Video attached:
mapbox-flickers-samsung.mp4
When
mapboxGlNative
is set to 11.5.2 or higher in libs.versions.toml, the map flickers as shown in the video. It flickers only on certain zoom levels as can be seen in video attached.When
mapboxGlNative
is set to 11.5.1, the map behaves as expected.Notes / preliminary analysis
this issue did not occur on physical device pixel 6, android 14
the issue also did not occur on emulator pixel 6, api 30
The text was updated successfully, but these errors were encountered: