猿问

如何在手机上禁止浏览器的网页滚动

怎么写javascript和html才能禁止网页的上下,左右滚动啊,是在手机浏览器上,onmousewheel=“returnfalse”在PC上有用,但在手机上没用,,用jquerymobile写可以吗?。。急求~~来个实际操作过的大神啊~~
慕森王
浏览 434回答 2
2回答

米琪卡哇伊

阻止默认$("body").on("touchmove",function(event){event.preventDefault;},false)然后点击取消或者确定时再取消body上的绑定$("body").off("touchmove");
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答