You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/10/07 21:58:52 UTC

git commit: CB-7414 BB10 Document callback parameter for navigator.notification.alert

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master 6f3a60b6c -> 81339a61d


CB-7414 BB10 Document callback parameter for navigator.notification.alert

github: close #29


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/81339a61
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/81339a61
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/81339a61

Branch: refs/heads/master
Commit: 81339a61d881ee172bc1d86b97eee5dd4fdf8238
Parents: 6f3a60b
Author: Steve Wypych <sw...@blackberry.com>
Authored: Wed Aug 27 14:11:02 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Oct 7 15:58:25 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/81339a61/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 97ebf92..c929cb0 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -85,6 +85,9 @@ function, which is typically less customizable.
 
 Both native-blocking `window.alert()` and non-blocking `navigator.notification.alert()` are available.
 
+### BlackBerry 10 Quirks
+`navigator.notification.alert('text', callback, 'title', 'text')` callback parameter is passed the number 1.
+
 ## navigator.notification.confirm
 
 Displays a customizable confirmation dialog box.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org