啾啾
啾啾
  • 发布:2024-04-19 16:43
  • 更新:2024-04-19 16:43
  • 阅读:379

【报Bug】uniappx 4.08 android 云打包后uni.onKeyboardHeightChange不触发,官方回复下吧!!!

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win11

HBuilderX类型: 正式

HBuilderX版本号: 4.08

手机系统: Android

手机系统版本号: Android 14

手机厂商: 小米

手机机型: 所有android

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

``
uni.onKeyboardHeightChange(this.keyboardChange);

keyboardChange(res) {
uni.showToast({
title: res.height,
icon: 'none',
});
},

``

操作步骤:

uniappx 4.08 android 云打包后uni.onKeyboardHeightChange不触发

预期结果:

uniappx 4.08 android 云打包后uni.onKeyboardHeightChange触发

实际结果:

uniappx 4.08 android 云打包后uni.onKeyboardHeightChange不触发

bug描述:

uniappx 4.08 android 云打包后uni.onKeyboardHeightChange不触发
本地运行到android端是好的,打包后会不触发
ios两边都是好的

2024-04-19 16:43 负责人:DCloud_App_Array 分享
已邀请:

要回复问题请先登录注册