tigohenryschultz

Results 10 comments of tigohenryschultz

If I specify the host then my device shows up, else using -l --external, my device does not show up

When I run the powershell/cmd without administrator then I see my device.

I'm seeing this issue too. Is there a way to detect the plugin is already connected? I don't want to have my users have to force close the app. This...

Hmm interesting. So we need to call it a few times the first time regardless of true/false?

You have to compile it. Follow the instructions.

This plugin is breaking my Android app. If I don't use this plugin then my @capacitor/geolocation works fine. With this plugin installed my ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION issues arise. I can't...

Something like this may fix for Android 31/32 ``` if (targetSdkVersion >= 31) { // Strip out Android 12+ changes androidManifest = stripPermission(androidManifest, 'ACCESS_FINE_LOCATION'); androidManifest = stripPermission(androidManifest, 'ACCESS_COARSE_LOCATION'); androidManifest =...

Okay I will try that on Monday for now I built my app on a fork with my changes: https://github.com/tigohenryschultz/cordova-plugin-ble-central

Adding this debug code I see getBoundingBox has some information: ![image](https://github.com/capawesome-team/capacitor-mlkit/assets/75696293/7be5c270-7808-4be8-9530-23124ea9cb29)