Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master 698648f15 -> a77b289f0
CB-10973 inAppBrowser for Windows Platform: wrong height of webview with location=yes Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/a77b289f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/a77b289f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/a77b289f Branch: refs/heads/master Commit: a77b289f0132e71f635cf692d816c47d42efe972 Parents: 698648f Author: daserge <[email protected]> Authored: Fri Aug 19 17:43:48 2016 +0300 Committer: daserge <[email protected]> Committed: Fri Aug 19 17:43:48 2016 +0300 ---------------------------------------------------------------------- src/windows/InAppBrowserProxy.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/a77b289f/src/windows/InAppBrowserProxy.js ---------------------------------------------------------------------- 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); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
