Keep IAB from being fullscreen

This commit is contained in:
Skylar Ittner 2022-01-19 17:00:57 -07:00
parent 290c1a2396
commit 3de413c01a

View File

@ -180,7 +180,7 @@ function initCordova() {
openBrowser = function (url, options, onclose, onmessage) {
if (typeof options == "undefined") {
options = "location=yes";
options = "location=yes,fullscreen=no,zoom=no";
}
cordovaInAppBrowserRef = cordova.InAppBrowser.open(url, "_blank", options);
if (typeof onclose == "function") {