Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

 

 意思呢就是:一个有设置cancelable=false的touchmove事件和其他某个滚动的操作冲突了。

解决方法:在滚动的标签外层 添加 touch-action: none 样式,

posted @ 2021-01-02 07:46  zhaobao1830  阅读(5301)  评论(0编辑  收藏  举报