# cordova-progressIndicator **Repository Path**: stackjam/cordova-progressIndicator ## Basic Information - **Project Name**: cordova-progressIndicator - **Description**: clone cordova-progressIndicator from github for faster installation - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-12 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.