From 60d27b8d8db5c66e5879b9c228e10b2811525441 Mon Sep 17 00:00:00 2001 From: daserge Date: Mon, 22 Aug 2016 17:31:58 +0300 Subject: [PATCH] CB-10973 inAppBrowser for Browser Platform: wrong height of webview with location=yes --- src/browser/InAppBrowserProxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/browser/InAppBrowserProxy.js b/src/browser/InAppBrowserProxy.js index b9fc4b9..da7dacd 100644 --- a/src/browser/InAppBrowserProxy.js +++ b/src/browser/InAppBrowserProxy.js @@ -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";