[LayaAir 1.0]Ignored attempt to cancel a touchmove event with cancelable=false
在华为荣耀20 安卓10系统下,手机 触摸点击速度快一些,会导致元素鼠标事件消失,但是舞台事件还可以执行 每次点击报下面的警告,
在源码里面加上判断后,
(e.cancelable) && (e.preventDefault()); 依然无法解决
Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
在源码里面加上判断后,
(e.cancelable) && (e.preventDefault()); 依然无法解决
Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
没有找到相关结果
已邀请:
要回复问题请先登录
0 个回复