tigohenryschultz
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.
Yeah, I get this issue for getWifiRouterIP
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: 