File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments