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

Using cordova-plugin-dialogs to enable alerts.
This commit is contained in:
daserge 2014-10-14 23:18:29 +04:00 committed by sgrebnov
parent 70d74e5273
commit 1bf42c9e3b

View File

@ -19,6 +19,8 @@
* *
*/ */
window.alert = window.alert || navigator.notification.alert;
exports.defineManualTests = function (contentEl, createActionButton) { exports.defineManualTests = function (contentEl, createActionButton) {
function doOpen(url, target, params, numExpectedRedirects) { function doOpen(url, target, params, numExpectedRedirects) {