don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
944 stars 609 forks source link

Update ble.js to use require format #1030

Closed sithwarrior closed 2 months ago

sithwarrior commented 2 months ago

This changes the plugin so instead of calling cordova directly, it requires cordova/exec and uses it for calling.

This also mimics how its done in plugins from the core cordova team.

fixes #1029

peitschie commented 2 months ago

Thanks for this @sithwarrior

I'll try and kick the tires today and push out a release ASAP.

peitschie commented 2 months ago

This is released in 1.7.6

Sorry for the delay!