input bindtap在真机调用不到?

发布于 6 年前作者 qiang4618085 次浏览最后编辑 6 年前来自 ask

如图中的代码,在微信小程序中,点击该禁用了的input,可以调用按bindtouchstart,bindtouchend,bindtap顺序调用函数。

但是在真机中预览却只调用了bindtouchstart,bindtouchend。

这是怎么回事?

1 回复
rliang
rliang1 楼4 年前

遇到同样的情况,真机测试,input的bindtap无效