小刘1020
小刘1020
  • 发布:2025-11-13 19:54
  • 更新:2025-11-13 20:13
  • 阅读:40

支付宝小程序onKeyboardHeightChange 键盘抬起不触发

分类:uni-app
<template>  
  <view>  
    <input type="text" placeholder="就啊哈哈哈啊哈哈">  
  </view>   
</template>    

<script>  
export default {  
  data() {  
    return {}  
  },  
  onLoad() {  
    console.log(uni.onKeyboardHeightChange) //这里是有输出函数的  
    uni.onKeyboardHeightChange((res) => {  
      console.log('键盘高度变化', res)  
    })  
  },  
  methods: {},  
}  
</script>  

这个代码在app上面都会触发 但是在支付宝小程序上面不会 HBuilder X已经更新到最新的了

2025-11-13 19:54 负责人:无 分享
已邀请:
DCloud_UNI_JBB

DCloud_UNI_JBB

vue2还是vue3? 模拟器测试的还是真机?

  • 小刘1020 (作者)

    vue3环境 真机测试 安卓的

    2025-11-13 20:12

DCloud_UNI_JBB

DCloud_UNI_JBB

我刚刚测试的是生效的,最新版本的hx

  • 小刘1020 (作者)

    这就奇怪了 我的手机也还是一加的 我的hx版本是 4.85 辛苦问下您的

    2025-11-13 20:17

  • DCloud_UNI_JBB

    回复 小刘1020: 4.86.2025110715-alpha

    2025-11-13 20:21

  • 小刘1020 (作者)

    回复 DCloud_UNI_JBB: 问了支付宝那边 也测试了 是个别设备有问题 谢谢大哥 辛苦啦

    2025-11-14 16:04

要回复问题请先登录注册