本以为可以靠 CSS 实现,结果事与愿违,最终还是要靠 JS 实现...

//阻止默认的处理方式(阻止下拉滑动的效果)
//passive 参数不能省略,用来兼容ios和android
document.body.addEventListener('touchmove', function (e) {
  e.preventDefault();
}, {passive: false});
点赞文章即可阅读全文

全部评论

发一条友善的评论... 取消回复

提醒 : 您所填写的邮箱地址不会被公开!

看不清?点击更换