touchend 事件偶尔不响应

  • Creator 版本:3.0.1

  • 目标平台: chrome 浏览器

  • 重现方式:简单的构建一个 点击开始、移动、结束的事件

  • 首个报错:

  • 之前哪个版本是正常的:

  • 手机型号:

  • 手机浏览器:

  • 编辑器操作系统:

  • 重现概率:

问题:
this.touchMask.on(Node.EventType.TOUCH_START, this.onTouchStart, this)
this.touchMask.on(Node.EventType.TOUCH_MOVE, this.onTouchMove, this)
this.touchMask.on(Node.EventType.TOUCH_END, this.onTouchEnd, this)

this.onTouchEnd 回掉,经常不响应

监听一下这个事件cc.Node.EventType.TOUCH_CANCEL