ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.22k forks source link

移动端(准确来讲是ipad的webview)mouseup失效 #588

Open yilumengxiang opened 5 years ago

yilumengxiang commented 5 years ago

场景为在ipad的webview(由于条件有限,猜测移动端有此问题) 未引入fastclick,手指点击屏幕,离开屏幕时触发mouseup事件 引入fastclick后,同上操作不能触发mouseup事件,手指按下快速移动特别小一段距离抬起才能触发mouseup事件。

whatwg6 commented 5 years ago

都 9102 了,还在用这东西

https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away

yilumengxiang commented 5 years ago

关键有的确实还是有这个延迟啊,比如ios的webview,别问我为什么不用wk,这不是我能决定的233