小米 mi max 在 Canvas 上绑定 touchend 事件根本不起作用
小米 mi max
android 6.0.1 miui 8.0
wexin 6.5.8
mqqbrowser/6.2
tbs/043305
在 page 中使用 wxml 如下:
<canvas canvas-id=“canvas” bindtouchstart=“onTouchstart” bindtouchmove=“onTouchmove”
bindtouchend=“onTouchend” bindlongtap=“onLongtap”>
</canvas>
在 canvas上点击一下, 依次 tigger onTouchstart 和 onLongtap ,onTouchend 根本就不进入。
如果在 canvas上长按一次,这些绑定的事件全部失效,再也不起作用了。
而在苹果、三星上表现正常。