禁止苹果手机默认行为(阻止页面的滚动)

$(window).on('touchstart',function(e){
    e.preventDefault();
});

原文地址:https://www.cnblogs.com/gongshunkai/p/6357464.html