From 1bf42c9e3b2e9608e9bffc998c3a0f574b051cf6 Mon Sep 17 00:00:00 2001 From: daserge Date: Tue, 14 Oct 2014 23:18:29 +0400 Subject: [PATCH] CB-7688 Alert is not supported in InAppBrowser on Windows platform Using cordova-plugin-dialogs to enable alerts. --- tests/tests.js | 2 ++ 1 file changed, 2 insertions(+) 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) {