收藏
回答

canvas的touch事件没有changedTouches或touches

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 15.2 iPhone11 Pro 8.0.29

wxml:

<canvas wx:else type="webgl" id="pixiCanvas" bindtouchstart="touchEvent" bindtouchmove="touchEvent" bindtouchend="touchEvent" bindtouchcancel="touchEvent"></canvas>

js:

touchEvent: function (e) {

if (PIXI.dispatchEvent) {

console.log('点击事件===》', e)

PIXI.dispatchEvent(e);

}

},


touchstart和touchend没有changedTouches或touches

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容