click 移动端300毫秒延迟

npm i fastclick

let FastClick = require('fastclick')

if ('addEventListener' in document) {

document.addEventListener('DOMcontentLoaded', function () {

FastClick.attach(document.body)

}, false)

}

猜你喜欢

转载自www.cnblogs.com/mycodeworld/p/9122721.html