1.0.0 • Published 8 years ago

cordova-plugin-is-debug v1.0.0

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

cordova-plugin-is-debug

A cordova plugin to detect if the device is running in debug mode or not.

Install

cordova plugin add cordova-plugin-is-debug

Usage

cordova.plugins.IsDebug.getIsDebug(function(isDebug) {
    console.log('Is debug:', isDebug);
}, function(err) {
    console.error(err);
});

Supported platforms

  • iOS
  • Android

Credits

License

MIT