weex scroller搭配refresh在android平台第一次 上拉 会触发refresh
js框架是 vue,有遇到的吗,不知道是不是bug
滚动时触摸到可点击元素就触发refresh,是bug
不清楚你使用的SDK版本是多少?还有你使用refresh是否正确?我这边使用是SDK---0.10.0,没有出现这种问题。
<scroller v-if="isEmptyData()" class="scroller_class_detail_two" style="justify-content: center;align-items: center "> <refresh class="refresh-view" :display="refreshing ? 'show' : 'hide'" @refresh="onRefresh"> <text> ↓ 下拉刷新</text> <loading-indicator class="indicator"></loading-indicator> </refresh> <CL_Empty v-if="isEmptyData()"></CL_Empty> </scroller>
滚动时触摸到可点击元素就触发refresh,是bug
不清楚你使用的SDK版本是多少?还有你使用refresh是否正确?我这边使用是SDK---0.10.0,没有出现这种问题。