Ignacio López-Amor

Results 9 comments of 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, }"

You must start pinia in a separate file and import it. This is an example ./stores/index.ts `import { createPinia } from 'pinia'; export const pinia = createPinia();` app.ts `... import...

> @tsonevn I`ve tried your proposed solution to with the links on how to configure karma, and I`ve managed to make karma to upload files, buuuut, now I get a...