Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 305 Bytes

webqian_duan_kai_fa_zui_jia_shi_jian.md

File metadata and controls

20 lines (13 loc) · 305 Bytes

Web前端开发最佳实践

第12章 移动web前端开发最佳实践

移动触发的事件顺序

  1. touchstart
  2. touchmove
  3. touchend
  4. mouseover
  5. mousemove
  6. mousedown
  7. mouseup
  8. click

在移动侧为了判断用户是否是手势的其他动作

click一般会延迟大概300ms