mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
32 lines
880 B
Markdown
32 lines
880 B
Markdown
---
|
|
description: >-
|
|
Spinner Dialog plugin for Cordova and Ionic. Cordova plugin for showing a native spinner based on Paldom/SpinnerDialog. Requires Cordova plugin:…
|
|
---
|
|
|
|
# Spinner Dialog
|
|
|
|
Cordova plugin for showing a native spinner based on Paldom/SpinnerDialog.
|
|
|
|
Requires Cordova plugin: `cordova-plugin-native-spinner`. For more info, please see the [Spinner Dialog plugin docs](https://github.com/greybax/cordova-plugin-native-spinner).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-native-spinner
|
|
npm install @awesome-cordova-plugins/spinner-dialog
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/greybax/cordova-plugin-native-spinner](https://github.com/greybax/cordova-plugin-native-spinner)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
- Windows Phone 8
|
|
- Windows
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|