标签: javascript events touch multi-touch
我正在使用touchstart,touchmove和touchend绘制画布。唯一的问题是使用多点触控:
touchstart
touchmove
touchend
我想阻止第二根手指画画。但是第二根手指也触发了3个事件。
有没有办法检测哪个是第一个/第二个?