From a77b289f0132e71f635cf692d816c47d42efe972 Mon Sep 17 00:00:00 2001 From: daserge Date: Fri, 19 Aug 2016 17:43:48 +0300 Subject: [PATCH] CB-10973 inAppBrowser for Windows Platform: wrong height of webview with location=yes --- src/windows/InAppBrowserProxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/InAppBrowserProxy.js b/src/windows/InAppBrowserProxy.js index 3d65685..23f6e54 100644 --- a/src/windows/InAppBrowserProxy.js +++ b/src/windows/InAppBrowserProxy.js @@ -176,6 +176,7 @@ var IAB = { } popup.style.borderWidth = "0px"; popup.style.width = "100%"; + popup.style.marginBottom = "-3px"; browserWrap.appendChild(popup);