Keep IAB from being fullscreen

master
Skylar Ittner 2 years ago
parent 290c1a2396
commit 3de413c01a

@ -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") {

Loading…
Cancel
Save