document.body.addEventListener(‘touchmove‘, function (e) {
e.preventDefault()
}, { passive: false })
原文地址:https://www.cnblogs.com/liubingboke/p/12610693.html
时间: 2024-10-07 15:43:21
document.body.addEventListener(‘touchmove‘, function (e) {
e.preventDefault()
}, { passive: false })
原文地址:https://www.cnblogs.com/liubingboke/p/12610693.html