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

Android - addLayer(Line) not working on versions higher than 6.2.0

Open vMaOaOaEs opened this issue 3 years ago • 1 comments

Android 11 - Emulator Pixel XL API R "@nativescript/angular": "10.1.5", "nativescript": "^7.0.11"

mapbox.addLayer(type: 'line' .....) => Line not visible but mapbox.addPolygon is working fine.

not tested on iOS and not tested with other Android versions

vMaOaOaEs avatar Mar 12 '21 09:03 vMaOaOaEs

JNI ERROR (app bug): accessed stale WeakGlobal 0xc7222f23 (index 208806642 in a table of size 898) java_vm_ext.cc:545] JNI DETECTED ERROR IN APPLICATION: use of deleted weak global reference 0xc7222f23 java_vm_ext.cc:545] from java.lang.Object com.tns.Runtime.callJSMethodNative(int, int, java.lang.String, int, boolean, java.lang.Object[])

Emulator and Pixel 3 "@nativescript-community/ui-mapbox": "^6.2.7",

{ def mapboxVersion = "9.5.0" def mapboxTelemetryVersion = "6.2.0" def mapboxPluginsVersion = "v9" def mapboxAnnotationPluginVersion = "0.9.0" def mapboxGesturesVersion = "0.7.0" } implementation "com.squareup.okhttp3:okhttp:4.9.1"

trevortos avatar Mar 19 '21 21:03 trevortos