Lukas Grubis

Results 23 comments of Lukas Grubis

We tested the app without the dynamic distanceFilter setup. We created the foreground service once and then toggled the app between foreground and background. However, the foreground service randomly stops....

We've added a method to check the ACCESS_BACKGROUND_LOCATION permission in the BackgroundGeolocation plugin. This helps apps ensure they have the necessary permissions before accessing location services in the background, which...

https://www.mozilla.org/en-US/firefox/113.0/releasenotes/ The long-deprecated mozRTCPeerConnection, mozRTCIceCandidate, and mozRTCSessionDescription WebRTC interfaces have been removed. Sites should utilize the non-prefixed versions instead. Looks like we need an update :)

It appears that the issue occurs when I uncomment the following line in my **tsconfig.json**: ``` { // "extends": "./.nuxt/tsconfig.json", } ``` When this line is uncommented, running the **npx...

We're experiencing the same issue. For us, it happens when drawing a line, selecting its endpoint, and moving it around. If the cursor moves outside the viewport, it gets stuck....

Just wanted to check if anyone has started looking into this issue, or if it might still be unaddressed? We’re still encountering it and would really appreciate any updates or...

Has anyone figured out how to resolve this issue or at least has any idea what might be causing it? Could it be related to the library itself, or is...

Still not working on Android version 11, its not supported anymore?

It still isn’t behaving correctly. Example: ``` const checkPermissionResponse = Camera.checkPermissions(); ``` Even when permissions are already granted, `await Camera.requestPermissions({ permissions: ['photos'] })` should at least return the current status...