Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/cordova-progressIndicator
Native Progress-Indicator for Cordova
https://github.com/pbernasconi/cordova-progressIndicator
Last synced: about 2 months ago
JSON representation
Native Progress-Indicator for Cordova
- Host: GitHub
- URL: https://github.com/pbernasconi/cordova-progressIndicator
- Owner: pbernasconi
- License: apache-2.0
- Created: 2014-07-17T15:43:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T07:22:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T09:31:45.378Z (2 months ago)
- Language: Objective-C
- Homepage: pbernasconi.github.io/cordova-progressIndicator/
- Size: 4.22 MB
- Stars: 90
- Watchers: 8
- Forks: 61
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - cordova-progressIndicator - Native Progress-Indicator for Cordova. (OOM-Leaks-Crash / HUD-Indicator)
README
# Cordova Progress-Indicator Plugin
This plugin allows you to show a native Progress Indicator on iOS - by [Paolo Bernasconi](https://github.com/pbernasconi)There are several types of indicators available:
* [Simple](http://pbernasconi.github.io/cordova-progressIndicator/#simple)
* [Determinate](http://pbernasconi.github.io/cordova-progressIndicator/#determinate)
* [Annular](http://pbernasconi.github.io/cordova-progressIndicator/#annular)
* [Bar](http://pbernasconi.github.io/cordova-progressIndicator/#bar)
* [Success](http://pbernasconi.github.io/cordova-progressIndicator/#others)
* [Simple Text](http://pbernasconi.github.io/cordova-progressIndicator/#others)# Install
```bash
cordova plugin add cordova-plugin-progressindicator
# or
ionic cordova plugin add cordova-plugin-progressindicator
```# [View the Docs](http://pbernasconi.github.io/cordova-progressIndicator/)
The Docs are situated at [http://pbernasconi.github.io/cordova-progressIndicator/](http://pbernasconi.github.io/cordova-progressIndicator/)
## Screenshots
iOS
![ScreenShot](demo/screenshots/simple-large-img.jpg )
|Simple|Label|Label-Detail|Success|Text Top|Text Botom|
|------|-----|------------|-------|--------|----------|
|![](demo/screenshots/simple.jpg)|![](demo/screenshots/simple-label.jpg)|![](demo/screenshots/simple-label-detail.jpg)|![](demo/screenshots/success.jpg)|![](demo/screenshots/text-top.jpg)|![](demo/screenshots/text-bottom.jpg)|Determinate|Determinate Label|Annular|Annular Label|Bar|Bar Label|
|-----------|-----------------|-------|-------------|---|---------
|![](demo/screenshots/determinate-simple.jpg)|![](demo/screenshots/determinate-label.jpg)|![](demo/screenshots/annular-simple.jpg)|![](demo/screenshots/annular-label.jpg)|![](demo/screenshots/bar-simple.jpg)|![](demo/screenshots/bar-label.jpg)### CREDITS
- [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
- [Cordova-ActivityIndicator](https://github.com/Initsogar/cordova-activityindicator)
-
#### LicenseApache license 2.0 - Use this plugin for any production / development needs, and if you'd like to make an attribution to me somewhere.