Skip to content

2msd/cordova-activityindicator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova/PhoneGap ActivityIndicator Plugin#

Plugin for Cordova 3.0+ that allows you to show a loading spinner and a message in your Android/iOS Cordova's app.

Adding the plugin to your project

To install the plugin, use the Cordova CLI and enter the following:
cordova plugin add https://github.com/Initsogar/cordova-activityindicator

Platforms

  • Android
  • iOS
  • Windows Phone 8

Use

To show the dialog, use the following code:
ActivityIndicator.show(message)

To hide the dialog, use the following code:
ActivityIndicator.hide()

Credits

This plugin is inspired in the following projects:
https://github.com/jdg/MBProgressHUD
https://github.com/pebois/phonegap-plugin-ProgressHUD
https://github.com/bormansquirrel/WaitingDialog

About

Plugin for Cordova 3.0+ that allows you to show a loading spinner and a message in your Android/iOS/Windows Phone 8 Cordova's app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 95.1%
  • C# 2.3%
  • Java 2.0%
  • JavaScript 0.6%