禁止微信公众号页面上下滑动
生活随笔
收集整理的這篇文章主要介紹了
禁止微信公众号页面上下滑动
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
data(){return {handler: function(e) {e.preventDefault();}, //阻止body滑動}
},
methods: {closeTouch: function() {document.getElementsByTagName("body")[0].addEventListener("touchmove", this.handler, { passive: false }); //阻止默認事件},
openTouch: function() {document.getElementsByTagName("body")[0].removeEventListener("touchmove", this.handler, { passive: false }); //打開默認事件
},
}
總結
以上是生活随笔為你收集整理的禁止微信公众号页面上下滑动的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: NFS简介
- 下一篇: 使用Editplus查看空格