From f8747a700d7bb214b01a1864760403ee95d1bb98 Mon Sep 17 00:00:00 2001 From: daserge Date: Wed, 19 Oct 2016 12:52:11 +0300 Subject: [PATCH] CB-10973 inAppBrowser for Windows Platform: wrong height of webview with location=yes Redoing as there was still a little gap --- src/windows/InAppBrowserProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/InAppBrowserProxy.js b/src/windows/InAppBrowserProxy.js index 4776a4f..2ce8819 100644 --- a/src/windows/InAppBrowserProxy.js +++ b/src/windows/InAppBrowserProxy.js @@ -181,7 +181,7 @@ var IAB = { } popup.style.borderWidth = "0px"; popup.style.width = "100%"; - popup.style.marginBottom = "-3px"; + popup.style.marginBottom = "-5px"; browserWrap.appendChild(popup);