Open ahmedkhabkhab opened 4 years ago
Happened to me too
During the ionic cordova run android -l
command while I am inspecting from the chrome the app there is warning to install the @ionic-native/ble
plugin 👀
I believe this has something to do with the lifecycle and control of the ble instance.
When I had the call in own separate class, the issue appeared. When I had the ble instance tied to Angular component, the issue was gone.
Another factor that I kept as issue was the inspect tool from Chrome when I tested with Android. There appeared calls to happen twice. That also stopped appearing after removing the separate class to manage the ble instance.
Description:
I'm using Ionic cordova BLE plugin. When I run
Everything is fine. However when I run
The first time it works. When I restart DevApp application. It tells me that the plugin is not installed although it's well installed and it works fine.
Steps to Reproduce:
Output:
My
ionic info
:Other Information: