Skip to content

Commit

Permalink
Changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Sabatini committed Nov 26, 2012
1 parent 20c9404 commit d937cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Android/WaitingDialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ _Created by `Guido Sabatini`_

Creates a modal dialog to give a waiting feedback to users
You can only show and dismiss the dialog, it will block user interactions. You can set the text appearing in the dialog
NOTE: this is not a progress dialog, you can not show progress

**NOTE:** this is not a progress dialog, you can not show progress

// To SHOW a modal waiting dialog
window.plugins.waitingDialog.show("Your dialog text");
Expand Down
3 changes: 2 additions & 1 deletion iOS/WaitingDialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ _Created by `Guido Sabatini`_

Creates a modal dialog to give a waiting feedback to users
You can only show and dismiss the dialog, it will block user interactions. You can set the text appearing in the dialog
NOTE: this is not a progress dialog, you can not show progress

**NOTE:** this is not a progress dialog, you can not show progress

// To SHOW a modal waiting dialog
window.plugins.waitingDialog.show("Your dialog text");
Expand Down

0 comments on commit d937cf2

Please sign in to comment.