$(document).ready(function(){
     var stopScrolling = function(event) {
         event.preventDefault();
     }
     document.addEventListener('touchstart', stopScrolling, false);
     document.addEventListener('touchmove', stopScrolling, false);
 });

 

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-02-12
  • 2022-02-23
  • 2021-12-05
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案