mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,22 +1,31 @@
|
||||
---
|
||||
description: >-
|
||||
Spinner Dialog plugin for Cordova and Ionic. Cordova plugin for showing a native spinner based on Paldom/SpinnerDialog. Requires Cordova plugin:…
|
||||
---
|
||||
|
||||
# Spinner Dialog
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-native-spinner
|
||||
$ npm install @awesome-cordova-plugins/spinner-dialog
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/spinner-dialog/)
|
||||
|
||||
Plugin Repo: [https://github.com/greybax/cordova-plugin-native-spinner](https://github.com/greybax/cordova-plugin-native-spinner)
|
||||
|
||||
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).
|
||||
|
||||
## Supported platforms
|
||||
## 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)
|
||||
|
||||
Reference in New Issue
Block a user