您的位置:首页技术文章
文章详情页

vue.js - weex scroller搭配refresh在android平台上拉会触发refresh

【字号: 日期:2024-02-24 14:55:29浏览:56作者:猪猪

问题描述

weex scroller搭配refresh在android平台第一次 上拉 会触发refresh

js框架是 vue,有遇到的吗,不知道是不是bug

问题解答

回答1:

滚动时触摸到可点击元素就触发refresh,是bug

回答2:

不清楚你使用的SDK版本是多少?还有你使用refresh是否正确?我这边使用是SDK---0.10.0,没有出现这种问题。

<scroller v-if='isEmptyData()' style='justify-content: center;align-items: center '> <refresh :display='refreshing ? ’show’ : ’hide’' @refresh='onRefresh'><text> ↓ 下拉刷新</text><loading-indicator class='indicator'></loading-indicator> </refresh> <CL_Empty v-if='isEmptyData()'></CL_Empty></scroller>

标签: vue
相关文章: