catchtouchstart 触发不了问题
<view catchtouchstart=“bindViewTap” catchtouchend=“touchend” catchtouchmove=“touchmove”>
bindViewTap:function(data){
console.log(1)
}
同时点击次数bug
五只手指一个一个的点击,同时在屏幕上不能松开,到了第6只手指点的时候,触发不了事件了,只能5次