31
Views
1
Comments
[BLE Plugin] Using different Cordova Plugin
ble-plugin
Mobile icon
Forge asset by Bruno Martinho
Application Type
Mobile

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!

UserImage.jpg
Mathias Caboor

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)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.