-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing happens on all methods #733
Comments
For me it's almost the same thing.
|
My bad ! |
I cant see that new methods despite i have installed the 6.7.0 version of cordova-plugin-bluetoothle:
In my package.json i have the last versions of the plugins:
Any ideas about what i am doing wrong? I am using capacitor. |
Well, i have found that i have the last version of the plugin called "cordova-plugin-bluetoothle", BUT it is NOT updated on the package "@awesome-cordova-plugins/bluetooth-le". So, i cant use that functions on my capacitor proyect. Is there another way to update it? Thanks in advance |
Hey, I have the same issue with using "@awesome-cordova-plugins/bluetooth-le". There is a PR already fixing it, but it is not merged yet. danielsogl/awesome-cordova-plugins#4320 I also mention my workaround there |
Im using
Whenever I call a method (requestPermissions, initialize, getAdapterInfo, startScan) nothing happens,
It doesnt go neither to the success nor the error, Also no console errors, also no Android errors,
Did anyone experienced this? Thanks
The text was updated successfully, but these errors were encountered: