我是参考hellomui例子里的pullrefresh_with_tab.html来写的下拉刷新上拉加载,数据是可以正常加载出来,但是有时在屏幕里上拉滑动时经常会在dcloud里会提示如下信息:
Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
结果会导致加载内容区域与底部产大片的空白区域,当数据加载完成,数据又会将空白区域填充满,但是体验效果比较差,请问大家有遇到这样的问题吗?如何解决,谢谢!效果如下图:
x***@163.com
- 发布:2017-04-15 12:18
- 更新:2018-05-25 15:44
- 阅读:14893
上拉加载问题 Ignored attempt to cancel a touchmove event with cancelable=false
分类:MUI
Liz
对的,上拉加载下拉刷新组件取代了原来的滑动组件,把原滑动组件删除后总是忘了删这个系数设定,现在搞好了,感谢
2020-10-12 15:12