document.querySelector(‘body‘).addEventListener(‘touchmove‘, function(e) {
document.querySelector(
‘body‘
).addEventListener(
‘touchmove‘
,
function
(e) {
e.preventDefault();
})
ios禁止页面下拉
原文:https://www.cnblogs.com/zhouyx/p/8145182.html