Keep IAB from being fullscreen
This commit is contained in:
parent
290c1a2396
commit
3de413c01a
@ -180,7 +180,7 @@ function initCordova() {
|
|||||||
|
|
||||||
openBrowser = function (url, options, onclose, onmessage) {
|
openBrowser = function (url, options, onclose, onmessage) {
|
||||||
if (typeof options == "undefined") {
|
if (typeof options == "undefined") {
|
||||||
options = "location=yes";
|
options = "location=yes,fullscreen=no,zoom=no";
|
||||||
}
|
}
|
||||||
cordovaInAppBrowserRef = cordova.InAppBrowser.open(url, "_blank", options);
|
cordovaInAppBrowserRef = cordova.InAppBrowser.open(url, "_blank", options);
|
||||||
if (typeof onclose == "function") {
|
if (typeof onclose == "function") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user