- 发布:2020-07-02 17:04
- 更新:2020-11-07 09:06
- 阅读:2227
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 2004
HBuilderX类型: Alpha
HBuilderX版本号: 2.8.0
手机系统: 全部
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
uni.onKeyboardHeightChange(res => {
console.log(res.height)
})
uni.onKeyboardHeightChange(res => {
console.log(res.height)
})
操作步骤:
<input type="digit" />
<input type="digit" />
预期结果:
RT
RT
实际结果:
RT
RT
bug描述:
小程序环境下 , input type="digit" , 只有弹出小程序自带键盘的时候有监听到
隐藏的时候没有收到监听 , 使用 uni.hideKeyboard() 一样无法监听
eachann (作者)
安卓ios都一样啊
2020-07-23 14:44