1.网上查到两个解决方案,使用“z-index: -1”在mui样式下不管用。
2.在plusready中设置
document.getElementById('bottomx').style.top = (plus.display.resolutionHeight - 50) + "px";
时,则需要将子webview的bottom设置为0,否则子webview与软键盘之间还是留有50px的空白。但bottom为0时则子页面中下面的内容会被nav遮挡。
各位有没有更好的解决方案?
1.网上查到两个解决方案,使用“z-index: -1”在mui样式下不管用。
2.在plusready中设置
document.getElementById('bottomx').style.top = (plus.display.resolutionHeight - 50) + "px";
时,则需要将子webview的bottom设置为0,否则子webview与软键盘之间还是留有50px的空白。但bottom为0时则子页面中下面的内容会被nav遮挡。
各位有没有更好的解决方案?
可苦可乐 (作者)
子webview的bottom不为零时,这个空白区域还是会被软键盘顶上来。
2017-04-11 09:00