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

This commit is contained in:
daserge 2016-08-19 17:43:48 +03:00
parent 698648f15d
commit a77b289f01

View File

@ -176,6 +176,7 @@ var IAB = {
}
popup.style.borderWidth = "0px";
popup.style.width = "100%";
popup.style.marginBottom = "-3px";
browserWrap.appendChild(popup);