<canvas class='firstCanvas' canvas-id="firstCanvas" @touchmove='move' @touchstart='start($event)' @touchend='end'
@touchcancel='cancel' @longtap='tap' disable-scroll='true' @error='error'>
start: function(e) {
console.log(e)
},
move: function(e) {
console.log(e)
},
2 个回复
cheneyLife (作者) - 90后IT
管理员看到 麻烦尽快修复下
管理员看到 麻烦尽快修复下
管理员看到 麻烦尽快修复下
BoredApe - 有问题就会有答案。
问题已修复。请更新
HBuilder X
到最新版本尝试 相关问题:canvas 触发不了touch事件cheneyLife (作者)
最新版本 也是无效的 不能用
2022-03-03 10:19