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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
This is probably related to the introduction of SurfaceView in #5000. We are going to switch from TextureView to SurfaceView in the 4.2.0 release for performance reasons. I will look into the issue more thoroughly but for now you can use the textureMode(true) option MapboxMapOptions or use textureMode=true in xml to use TextureView instead of SurfaceView.
Platform: Android
Mapbox SDK version: 4.2.0-beta3
This is a regression from 4.1.1. I've attached a small sample Android Studio app, MapboxBug.zip, that reproduces the issue.
Steps to trigger behavior
Expected behavior
Map displays normally (see "Screenshot_4_1_1")
Actual behavior
Map displays and appears to be functional, but still has a grey disabled-looking overlay
The text was updated successfully, but these errors were encountered: