uni.onKeyboardHeightChange(res => {
console.log(res)
if (res.height == 0) {
this.keyboardHeight = res.height
}
});
- 发布:2024-09-27 20:34
- 更新:2024-09-29 11:43
- 阅读:111
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 11
HBuilderX类型: Alpha
HBuilderX版本号: 4.28
手机系统: Android
手机系统版本号: Android 15
手机厂商: 小米
手机机型: hongmi
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.onKeyboardHeightChange(res => {
console.log(res)
if (res.height == 0) {
this.keyboardHeight = res.height
}
});
uni.onKeyboardHeightChange(res => {
console.log(res)
if (res.height == 0) {
this.keyboardHeight = res.height
}
});
预期结果:
{“height”:348}
{“height”:348}
实际结果:
无
无
bug描述:
安卓 uni.onKeyboardHeightChange() 自定义基座 不触发
2 个回复
Yooo
一样,遇到这个问题了。应该跟HbuilderX版本有关。。前面不小心给更新了,就坏了
Yooo
@DCloud_HB_WJ @DCloud-HBuilderX团队 @DCloud_Android_THB