nativescript-mapbox
nativescript-mapbox copied to clipboard
Blank screen after unlocking
I am using Mapbox Nativescrpit with Vue. Everything works fine until the phone gets locked (due to timeout). Once unlocked, only a black screen with the mapbox logo on the bottom gets displayed. Not sure if I am missing something.
I can reproduce the same problem here, sometimes the application closes, I tested on Androids 8.0 and 7.1.
Should be related to this:
Plugin version 4.4.0 may crash on Android when pausing and resuming the app. If this affects you, pin your version to "4.3.1" for now. So in package.json do "nativescript-mapbox": "4.3.1" (without the ~ / ^ version prefix).