文章详情页
vue.js - weex scroller搭配refresh在android平台上拉会触发refresh
浏览:82日期:2024-02-24 14:55:29
问题描述
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
相关文章:
1. html5 - 如何让H5页面在手机浏览器里和微信全屏显示2. paramiko - Python tempfile生成的文件能不能拷贝到远程服务器?3. 阿里云服务器mysql中文乱码4. node.js - nodejs开发中常用的连接mysql的库5. 微信小程序如何加载h5页面6. windows - 使用docker之后,启用了显卡优化。然后多了4个模拟的显示器,如何删除?7. mysql - oracle物化视图和临时表的区别是什么?8. 网页爬虫 - python+requests 网页重定向求解9. MYSQL代码执行错误:FUNCTION any_value does not exist10. javascript - react如何获取offsetX?
排行榜