Skip to content

Commit 20e9088

Browse files
committed
Update README.md
1 parent e00cfe5 commit 20e9088

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Cordova/PhoneGap ActivityIndicator Plugin#
2+
Plugin for Cordova 3.0+ that allows you to show a loading spinner and a message in your Android/iOS Cordova's app.
3+
4+
## Adding the plugin to your project ##
5+
To install the plugin, use the Cordova CLI and enter the following:<br />
6+
`cordova plugin add https://github.com/Initsogar/cordova-activityindicator`
7+
8+
## Platforms ##
9+
- Android
10+
- iOS
11+
12+
## Use ##
13+
To show the dialog, use the following code:<br />
14+
`ActivityIndicator.show(message)`
15+
16+
17+
To hide the dialog, use the following code:<br />
18+
`ActivityIndicator.hide()`
19+
20+
## Credits ##
21+
This plugin is inspired in the following projects:<br />
22+
https://github.com/jdg/MBProgressHUD<br />
23+
https://github.com/pebois/phonegap-plugin-ProgressHUD<br />
24+
https://github.com/bormansquirrel/WaitingDialog

0 commit comments

Comments
 (0)