Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)
-

#### License

Apache license 2.0 - Use this plugin for any production / development needs, and if you'd like to make an attribution to me somewhere.