Canvas的事件
测试发现,在Canvas中,假如设置了
disable- scroll = 'true' |
在真机上面无法响应canvas的类似catchtap,bindtap事件,只能响应他的bindtouchstart,bindtouchmove以及bindtouchend。(在模拟器中所有事件都可以)
但是我的需求是这几种事件都需要独立相应,请问怎么处理呢?
谢谢。
1 回复
canvas没有bindtap事件,请参考文档
https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html#canvas