rds-spinner
v1.0.4
Published
A Cordova plugin for showing a progress indicator based on Paldom/SpinnerDialog
Downloads
14
Maintainers
Readme
cordova-plugin-spinnerdialog
Cordova plugin for showing a progress indicator based on Paldom/SpinnerDialog
cordova-plugin-progress-indicator on NPM
Platforms
| | | | |:---:|:---:|:---:|:---:| | 4.1+ ✔ | ?+ ✔ | Windows Phone 8.1+ ✔ | 10+ ✔ |
Installation
cordova plugin add https://github.com/filfat-Studios-AB/cordova-plugin-spinnerdialog
cordova prepare
Methods
SpinnerDialog.show
SpinnerDialog.hide
SpinnerDialog.show
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
SpinnerDialog.hide();
Quirks
- 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.
License
See "LICENSE". Based on https://github.com/Paldom/SpinnerDialog