标签:rar 默认 fun 导致 chm str canvas function art
在企业想中 自定义了个控件 是用 手指拖动触发 Canvas 会话的内容,但是 在 PC 浏览器中 用 touchMove 很流畅,但是在手机浏览器中就是会 卡.解决办法 下touchstrart 的function 中添加 e.preventDefault();event.preventDefault()是阻止默认行为啊!
主要是由于200ms超时导致内核不一定会一直处理touchmove事件,一旦超时会将后续所有的事件转交给UI处理,导致touchmove不会一直触发。系统浏览器也存在同样的问题
标签:rar 默认 fun 导致 chm str canvas function art
原文地址:https://blog.51cto.com/3478586/2473741