document.body.addEventListener('touchmove', (e) => {
e.preventDefault();
}, { passive: false });
document.body.addEventListener('touchmove', (e) => {
e.preventDefault();
}, { passive: false });
本文标题:1. 禁止页面拖动出现浏览器背景颜色(弹簧效果)
本文链接:https://www.haomeiwen.com/subject/spdhzftx.html
网友评论