cordova-plugin-is-debuggable
v0.1.2
Published
Is the application debuggable?
Downloads
3
Maintainers
Readme
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);
}