禁止微信下拉 露出黑色背景

document.querySelector('body').addEventListener('touchstart', function (ev) {
    event.preventDefault();
});

  

原文地址:https://www.cnblogs.com/wrrISjs/p/7423302.html