path pagesuserpost style softinputMode adjustResize app-plus softinputMode adjustResize 如何修改为页面不会被顶起
可以将 softinputMode 设置为 "adjustPan",这样页面就不会被顶起,而是被整体推上去,避免遮挡输入框。
修改后的代码如下所示:
{ "path": "pages/user/post", "style": { "softinputMode": "adjustPan" }, "app-plus": { "softinputMode": "adjustPan" } }
原文地址: https://www.cveoy.top/t/topic/faHJ 著作权归作者所有。请勿转载和采集!