Ignacio López-Amor
Ignacio López-Amor
> @wendt88 I figured out the issue. If you uses setOnMapClickListener or setOnMapLongClickListener function you need to return a boolean. The new Mapbox Native SDK allows for multiple listeners on...
I can launch vueDevtools with the comand `ns run ios|android --env.vueDevtools`
Thanks @dlcole , it works fine in background in android. This is the code in Typescript: `@NativeClass() @JavaProxy("org.nativescript.geolocation.ForegroundService") class ForegroundService extends android.app.Service { onStartCommand(intent: android.content.Intent, flags: number, startId: number) {...
In version 8.6.5 the problem persists on Android. If you change 'secure' from true to false the text is not displayed. If the initial state is true and you change...
I can't do scroll in Android, too. In iOS works fine
@farfromrefug In my application works better with these parameters: :gestureHandlerOptions="{ failOffsetYStart: -10, failOffsetYEnd: 10, }"