You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/08/22 14:41:16 UTC

cordova-plugin-inappbrowser git commit: CB-10973 inAppBrowser for Browser Platform: wrong height of webview with location=yes

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 22d466a05 -> 60d27b8d8


CB-10973 inAppBrowser for Browser 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/60d27b8d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/60d27b8d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/60d27b8d

Branch: refs/heads/master
Commit: 60d27b8d8db5c66e5879b9c228e10b2811525441
Parents: 22d466a
Author: daserge <v-...@microsoft.com>
Authored: Mon Aug 22 17:31:58 2016 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Mon Aug 22 17:31:58 2016 +0300

----------------------------------------------------------------------
 src/browser/InAppBrowserProxy.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/60d27b8d/src/browser/InAppBrowserProxy.js
----------------------------------------------------------------------
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";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org