mui.plusReady(function() {
plus.webview.currentWebview().setStyle({
softinputMode: "adjustResize"
});
})
softinputMode设置为adjustResize键盘弹出就有阴影,adjustPan就没有,这个就很难受了。
来自使用HBuilder 9.0.8.201806081953开发的搭载IOS12.0引擎的iPhone
mui.plusReady(function() {
plus.webview.currentWebview().setStyle({
softinputMode: "adjustResize"
});
})
softinputMode设置为adjustResize键盘弹出就有阴影,adjustPan就没有,这个就很难受了。
来自使用HBuilder 9.0.8.201806081953开发的搭载IOS12.0引擎的iPhone
0 个回复