Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paldom committed Sep 25, 2014
1 parent e698cc0 commit 9008520
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SpinnerDialog
=============

PhoneGap waiting dialog / progress dialog plugin with spinner for Android and iOS.
PhoneGap waiting dialog / progress dialog plugin with spinner for Android, iOS and Windows Phone 8.

Installation:

Expand All @@ -15,9 +15,12 @@ Usage:
// Show spinner dialog
window.plugins.spinnerDialog.show();

// Show spinner dialog with message (Android only)
// Show spinner dialog with title and/or message (Android only)
window.plugins.spinnerDialog.show("title","message");

// Show spinner dialog with message (WP8 only)
window.plugins.spinnerDialog.show(null, "message");

// Hide spinner dialog
window.plugins.spinnerDialog.hide();

Expand Down

0 comments on commit 9008520

Please sign in to comment.