nativescript-mapbox icon indicating copy to clipboard operation
nativescript-mapbox copied to clipboard

Black map and 'mapReady' not fired

Open flocca opened this issue 4 years ago • 0 comments

On Android, the map is randomly not displayed and it's completely black (except for the MapBox logo if hideLogo: false). The mapReady event is not fired.

Schermata 2020-09-03 alle 21 54 03

Pausing and resuming the app is the only way to revive the map and firing the mapReady event.

The map is inside a tab.

"tns-android": {
  "version": "6.5.3"
},
...
"nativescript-mapbox": "^5.0.1",
"tns-core-modules": "6.5.15",

flocca avatar Sep 03 '20 20:09 flocca