Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
js遇到这种问题解决办法,目前还没有解决,知道的小伙伴可以在评论区留言,找到答案后会更新此问题。。
解决办法:
1、修改iscroll.js,约129行 onBeforeScrollStart: null,//function (e) { e.preventDefault(); },修改为NULL