首页 > 代码库 > 微信小程序事件

微信小程序事件

1、事件的类别

  • 点击事件 tap
  • 长按事件 longtap
  • 触摸事件 touchstart touchend touchmove touchcancel(注:touchcancel是指当用户正在操作触摸时,突然跳出另一个页面例如:来电话,打断了用户的操作,此时触发touchcancel)
  • 其他 submit input

微信小程序事件