在移动浏览器中对触摸事件的的响应顺序应当是:ontouchstart -> ontouchmove -> ontouchend -> onclick。移动客户端对onclick的响应有300ms的延迟体验并不是很好。开发者大多数会使用封装的tap事件来代替click事件。所谓的tap事件由touchstart事件+touchmove判断+touchend事件封装组成。
在移动浏览器中对触摸事件的的响应顺序应当是:ontouchstart -> ontouchmove -> ontouchend -> onclick。移动客户端对onclick的响应有300ms的延迟体验并不是很好。开发者大多数会使用封装的tap事件来代替click事件。所谓的tap事件由touchstart事件+touchmove判断+touchend事件封装组成。
本文标题:移动端事件触发顺序
本文链接:https://www.haomeiwen.com/subject/jltvnxtx.html
网友评论