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/10/24 16:31:04 UTC

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

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 2a71258b9 -> f8747a700


CB-10973 inAppBrowser for Windows Platform: wrong height of webview with location=yes

Redoing as there was still a little gap


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/f8747a70
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/f8747a70
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/f8747a70

Branch: refs/heads/master
Commit: f8747a700d7bb214b01a1864760403ee95d1bb98
Parents: 2a71258
Author: daserge <v-...@microsoft.com>
Authored: Wed Oct 19 12:52:11 2016 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Mon Oct 24 19:28:55 2016 +0300

----------------------------------------------------------------------
 src/windows/InAppBrowserProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/f8747a70/src/windows/InAppBrowserProxy.js
----------------------------------------------------------------------
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);
 


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