Cordova plugin for showing a progress indicator based on Paldom/SpinnerDialog
cordova-plugin-progress-indicator on NPM
| 4.1+ ✔ | ?+ ✔ | Windows Phone 8.1+ ✔ | 10+ ✔ |
cordova plugin add https://github.com/filfat-Studios-AB/cordova-plugin-spinnerdialog
cordova prepare
SpinnerDialog.showSpinnerDialog.hide
SpinnerDialog.show([title], [message], [cancelCallback])
- title: Spinner title (Android only). Optional. (String)
- message: Spinner message. Optional. (String)
- cancelCallback: Callback to invoke when spinner cancel event fired (tap or Android hardware back button event). If set, spinner dialog will be fixed, you should explicitly call
window.plugins.spinnerDialog.hide. Due to legacy reasons you can provide boolean value (true/false) to set spinner not cancelable. Optional, defaults tofalse. (Function/Boolean)
SpinnerDialog.hide();
- Cordova 5.0 or higher is required for Windows 10 support.
- Windows 10 Mobile or Windows Phone 8.1 is required as desktop doesn't support StatusBar.
See "LICENSE". Based on https://github.com/Paldom/SpinnerDialog