禁用滑动事件,阻止触发浏览器翻页行为
<html lang="en" style="height:100%" ontouchmove="(function(){window.event.preventDefault();})()">
<html lang="en" style="height:100%" ontouchmove="(function(){window.event.preventDefault();})()">
转载于:https://www.cnblogs.com/yongwangzhiqian/p/9776790.html