cordova-plugin-chrome-apps-bluetooth
v1.1.5
Published
This plugin implements the [chrome.bluetooth](https://developer.chrome.com/apps/bluetooth) API for iOS and Android.
Downloads
11
Readme
chrome.bluetooth Plugin
This plugin implements the chrome.bluetooth API for iOS and Android.
See also chrome.bluetoothSocket and chrome.bluetoothLowEnergy.
Status
Stable on Android and iOS.
Release Notes
1.1.5 (Nov 10, 2015)
- Added missing dependency on android suppport v4
1.1.4 (June 19, 2015)
- Fixed NPE on Nexus 6 (and maybe others)
1.1.3 (April 30, 2015)
- Renamed plugin to pubilsh to NPM
1.1.2 (Mar 17, 2015)
- chrome.bluetooth: Fix crash in multi-page apps from
unregisterReceiver()
- Remove android.support.v4 dependency from chrome.bluetooth
1.1.1 (Jan 27, 2015)
- Initial release