Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
51 changes: 8 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,13 @@
# Cordova Progress-Indicator Plugin#
This plugin allows you to show a native Progress Indicator on iOS - by [Paolo Bernasconi](https://github.com/pbernasconi)
This plugin allows you to show a native Progress Indicator on iOS. This is a fork of the `org.pbernasconi.progressindicator` plugin by [Paolo Bernasconi](https://github.com/pbernasconi). The original plugin is available at: [https://github.com/pbernasconi/cordova-progressIndicator](https://github.com/pbernasconi/cordova-progressIndicator).

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

```
cordova plugin add org.pbernasconi.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)
-
#### Changes in this fork
This fork was created to fix th following issues:

1. Native iOS crash on multiple calls to `hide()`.
2. Unable to clone the repository on Windows due to the paths being too long in the demos directory.

I've also changed the plugin ID to `net.justin-credible.cordova-progress-indicator` help avoid confusion.

#### License

Expand Down
88 changes: 0 additions & 88 deletions demo/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions demo/bower.json

This file was deleted.

19 changes: 0 additions & 19 deletions demo/config.xml

This file was deleted.

83 changes: 0 additions & 83 deletions demo/hooks/README.md

This file was deleted.

94 changes: 0 additions & 94 deletions demo/hooks/after_prepare/010_add_platform_class.js

This file was deleted.

4 changes: 0 additions & 4 deletions demo/ionic.project

This file was deleted.

17 changes: 0 additions & 17 deletions demo/package.json

This file was deleted.

1 change: 0 additions & 1 deletion demo/plugins/com.ionic.keyboard/.fetch.json

This file was deleted.

Loading