html5 touchmove事件疑惑


大家有做过web端的html5的touchmove事件吗?
为什么只要我两个手指触发了move事件之后,就停不下来呢?

具体来说就是两个手指试图放大一块区域,两个手指移动一下之后就不动了,但是touchmove事件一直在响应,如何停止?

jquery html5 JavaScript

mlgb阿根廷 11 years, 3 months ago

touchstart、touchmove、touchend 可以在 touchend里来停止

幸せD魔法 answered 11 years, 3 months ago

Your Answer