I am using PhoneGap and I tried to use the Phonegap Bluetooth plugin but I have not been successful. I receive the following error:
Error: exec proxy not found for :: BluetoothLePlugin :: initialize
Here is a full screenshot of the error:
This is the code that I have in my index.html:
And this is the index.js code where I use Bluetooth:
What I suppose this code should do is give me the status of the bluetooth, if it is active or deactivated, apart from a button that deactivates the bluetooth, but all error alerts are displayed.
Has anyone ever worked with Bluetooth on PhoneGap? Why do I get that error and how could I fix it?