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

[2/6] cordova-plugin-inappbrowser git commit: CB-7688 Alert is not supported in InAppBrowser on Windows platform

CB-7688 Alert is not supported in InAppBrowser on Windows platform

Using cordova-plugin-dialogs to enable alerts.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/1bf42c9e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/1bf42c9e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/1bf42c9e

Branch: refs/heads/master
Commit: 1bf42c9e3b2e9608e9bffc998c3a0f574b051cf6
Parents: 70d74e5
Author: daserge <da...@yandex.ru>
Authored: Tue Oct 14 23:18:29 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Wed Nov 12 22:35:09 2014 -0800

----------------------------------------------------------------------
 tests/tests.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/1bf42c9e/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index c52eda7..a48ffa6 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -19,6 +19,8 @@
  *
 */
 
+window.alert = window.alert || navigator.notification.alert;
+
 exports.defineManualTests = function (contentEl, createActionButton) {
 
     function doOpen(url, target, params, numExpectedRedirects) {


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