ios禁止页面下拉
document.querySelector('body').addEventListener('touchmove',?function(e)?{
????e.preventDefault(); }) 此類事件是手機touchmove默認事件行為,可以通過js代碼禁止默認事件:轉(zhuǎn)載于:https://www.cnblogs.com/zhouyx/p/8145182.html
總結(jié)
- 上一篇: python之函数基础
- 下一篇: 移动端中的陀螺仪