CCInputManager.js:597 [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

cocos: 2.4.10,在安卓的webview中运行报错,在浏览器中运行正常;webview报错几率70%左右。

报错的时候,this.node.on(Node.EventType.TOUCH_MOVE, this.onTouchMove, this)无法触发回调,不报错的时候可以。

CCInputManager.js:597 [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
报错截图:


内部代码定位:

跟楼主一样的问题,求官方解决

在webview情况下,不用浏览器调试就没问题