Ionic、cordova、phonegap、jquery 蓝牙插件

Ionic, cordova, phonegap, jquery Bluetooth plugin

我想用 Ionic 创建一个移动应用程序。我需要一个可以连接多个设备的蓝牙插件,无论操作系统是什么(可以是 ios 或 android)。

cordova 或 phonegap 或 jquery 支持吗?

有几个 Cordova 插件可以与蓝牙一起管理,请参阅:

http://cordova.apache.org/plugins/?q=bluetooth

例如:

https://github.com/randdusing/cordova-plugin-bluetoothle

https://github.com/don/BluetoothSerial

这些插件可用于 iOS 和 Android,并且由于 Ionic 基于 Cordova,您可以使用所有 Cordova 插件开发您的 Ionic 应用程序。