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

Blank screen after unlocking

Open anandbhaskaran opened this issue 5 years ago • 2 comments

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.

Screenshot_2019-08-12-13-17-35-399_org nativescript playvue Screenshot_2019-08-12-13-18-13-583_org nativescript playvue

anandbhaskaran avatar Aug 12 '19 11:08 anandbhaskaran

I can reproduce the same problem here, sometimes the application closes, I tested on Androids 8.0 and 7.1.

EdvaldoLima avatar Aug 20 '19 17:08 EdvaldoLima

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).

PhilippS93 avatar Aug 24 '19 22:08 PhilippS93