mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2026-04-16 00:00:05 +08:00
CB-10973 inAppBrowser for Windows Platform: wrong height of webview with location=yes
Redoing as there was still a little gap
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user