cordova-plugin-is-debuggable

Is the application debuggable?

Usage no npm install needed!

<script type="module">
  import cordovaPluginIsDebuggable from 'https://cdn.skypack.dev/cordova-plugin-is-debuggable';
</script>

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);
}