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 Oct 7, 2024. It is now read-only.
An example with a RecyclerView that contains maps and other items, to show how to handle the Map lifecycle events when the Map is in a RecyclerView. Would be good to show a proper way to handle it.
The text was updated successfully, but these errors were encountered:
Hey @tkrami , thanks for looking into Mapbox. This isn't in the demo app (yet), but there's an example in the Maps SDK test app: mapbox/mapbox-gl-native#13132
Hey @langsmith I still managed to show the map in a RecyclerView item. But now I have another weird issue. When I am using the RecyclerView in a ChildFragment and the mapViews option " app:mapbox_renderTextureMode="true"" is set, the map is blank.
By setting this flag to false the mapView will be created as accepted, but the app crashes when scrolling the recyclerView.
An example with a RecyclerView that contains maps and other items, to show how to handle the Map lifecycle events when the Map is in a RecyclerView. Would be good to show a proper way to handle it.
The text was updated successfully, but these errors were encountered: