0.1.2 • Published 6 years ago

cordova-plugin-is-debuggable v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

cordova-plugin-is-debuggable

Installation

cordova plugin add cordova-plugin-is-debuggable

Supported platforms

  • Android
  • iOS

Example

document.addListener('deviceready', onDeviceReady, false);
function onDeviceReady() {
    window.plugins.isDebuggable(successCallback, errorCallback);
}