document.addEventListener('touchmove', function (event) {
        event.preventDefault();
})

  

相关文章: