The git repo being pointed to in this component references the depreciated cordova-plugin-compat. I did some digging and found this repo https://github.com/evothings/cordova-ble.git which mentions it being removed.
I am unable to generate an android app with the current version but was able to do so with the newer version. Sadly I don't have a BLE device to test the functionality with but I wanted to check if this would work moving forward.
Thanks!
Hello,
I'm made a test by putting
{
"plugin": {
"url": "https://github.com/evothings/cordova-ble.git#2.0.1"
}
I get the app compiled, but the plugin doesn't seems enabled (CheckBLEPlugin returns false)