title: IoTize Device Communication Bluetooth Low Energy with Cordova
description: Communication with IoTize Tap device with BLE
This plugin defines a global device
object, which describes the device's hardware and software.
Although the object is in the global scope, it is not available until after the deviceready
event.
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
console.log(device.cordova);
}
Report issues with this plugin on the Apache Cordova issue tracker
Installation
cordova plugin add @iotize/device-com-ble.cordova
Quick Example
Supported Platforms