ftlabs / fastclick

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

看图 #574

Open YangCheng0121 opened 5 years ago

YangCheng0121 commented 5 years ago

image

ABasket commented 5 years ago

if ('addEventListener' in document) { document.addEventListener('touchmove', function (event) { event.preventDefault(); }, { passive: false }); }

AntiMoron commented 5 years ago

这应该是库作者处理