We already saw one available BLE plugin wrapped in ionic native but unfortunately my company does not use that plugin but this one: https://github.com/randdusing/cordova-plugin-bluetoothle
So could you please help to integrate this plugin into ionic native please?
or there is quick/dirty way to use it?
Thank you very much
Vuong Nguyen
EMSA TECHNOLOGY
We'll look into it.
For now, if you need to use it with Ionic 2, you can do the following:
declare var bluetoothle: any;
I would also love to see it. It seems to have so many more features ....
I would also like to see this plugin being supported as it seems to be the only Bluetooth plugin with peripheral functionality e.g. advertisement !
If you want to know how to use this plugin in ionic 3, take a look at this stack overflow question https://stackoverflow.com/a/48208531/6853836
Hi, that link doesn't work to stackoverflow. Can you please repost it?
Plugin added