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:
daserge 2016-10-19 12:52:11 +03:00
parent 2a71258b98
commit f8747a700d

View File

@ -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);