微信小程序事件
时间:2017-06-29 19:12:16
收藏:0
阅读:242
1、事件的类别
- 点击事件 tap
- 长按事件 longtap
- 触摸事件 touchstart touchend touchmove touchcancel(注:touchcancel是指当用户正在操作触摸时,突然跳出另一个页面例如:来电话,打断了用户的操作,此时触发touchcancel)
- 其他 submit input
评论(0)