https://developers.weixin.qq.com/miniprogram/dev/component/input.html
1、adjust-position="false" 页面还是被键盘弹起;
2、auto-focus="{{false}}" 页面没有被键盘弹起,但是弹起的键盘完全挡住了input
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | input | 微信iOS客户端 | 7.0.0 | 3.0.0 |
https://developers.weixin.qq.com/miniprogram/dev/component/input.html
1、adjust-position="false" 页面还是被键盘弹起;
2、auto-focus="{{false}}" 页面没有被键盘弹起,但是弹起的键盘完全挡住了input
1 个回答
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),并详细描述下具体的复现流程。