mui
mui copied to clipboard
如何隐藏键盘上方的那一栏
trafficstars
let CWV = plus.webview.currentWebview()
CWV.setStyle({
softinputNavBar: 'none'
)