document.querySelector('body').addEventListener('touchmove'function(e) {

    e.preventDefault();
})
此类事件是手机touchmove默认事件行为,可以通过js代码禁止默认事件:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-05-25
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-01-07
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案