-
-
Notifications
You must be signed in to change notification settings - Fork 335
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 stuck after a few gestures performed #3140
Comments
Thanks for the report. I can't confirm it since I don't have a Xiaomi Redmi 4a. Looks like you are running out of memory. In theory that phone with that Android version should be supported. |
@louwers Thanks for your answer) Would that mean that the new version of SDK consumes more memory and we can do nothing about it? Or can I provide more info to investigate the issue? |
@louwers I found a similar issue was fixed in Mapbox lib a while ago, may that help mapbox/mapbox-gl-native#15978? |
@ManoyloK Looks like this issue is caused by a driver bug. There is not much we can do, because we need VAOs for rendering. I recommend to try out the Vulkan release to see if that fixes the problem. |
This device does not support vulkan, unfortunately ( |
MapLibre Android Version
11.8.0
Android SDK Version
7.1.2
Device
Xiaomi Redmi 4a
What happened?
Map stuck
Steps to reproduce
Just swipe the map in any direction or change zoom
Renderer
No response
Relevant log output
Additional context
I use
org.maplibre.gl:android-sdk
It works fine on SDK version 10.3.1, after upgrading to 11+ it crashed at the start till version 11.8.0, at the last version app runs but after a few gestures it's stuck
It's reproducible on a sample app from your documentation
The text was updated successfully, but these errors were encountered: