解决 uni-app vue3 scroll-view 组件 @onScrollToLower 事件在移动设备键盘展开时有时不会触发的BUG
解决办法用@scroll事件手动实现判断是否滚动到底部,以下是uni-appVue3的示例。import{getCurrentInstance}from'vue'constinstance=getCurrentInstance()constlowerThreshold=$ref(30)//滚动到底部的阈值constonScroll=()=>{//@onScrollToLower事件在移动端键盘展开