CB-7688 Alert is not supported in InAppBrowser on Windows platform
Using cordova-plugin-dialogs to enable alerts.
This commit is contained in:
parent
70d74e5273
commit
1bf42c9e3b
@ -19,6 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
window.alert = window.alert || navigator.notification.alert;
|
||||
|
||||
exports.defineManualTests = function (contentEl, createActionButton) {
|
||||
|
||||
function doOpen(url, target, params, numExpectedRedirects) {
|
||||
|
Loading…
Reference in New Issue
Block a user