CB-10973 inAppBrowser for Browser Platform: wrong height of webview with location=yes

This commit is contained in:
daserge 2016-08-22 17:31:58 +03:00
parent 22d466a050
commit 60d27b8d8d

View File

@ -107,6 +107,7 @@ var IAB = {
if (features.indexOf("location=yes") !== -1 || features.indexOf("location") === -1) {
popup.style.height = "calc(100% - 60px)";
popup.style.marginBottom = "-4px";
navigationButtonsDiv = document.createElement("div");
navigationButtonsDiv.style.height = "60px";