首页 > 代码库 > 禁止ios默认拉动弹性行为

禁止ios默认拉动弹性行为

    
document.ontouchmove = function(e) { e.preventDefault(); } /** 禁止ios默认拉动弹性行为**/

 

禁止ios默认拉动弹性行为