移动端禁止滚动
摘要:1、h5界面在移动端打开,点击btn后禁止界面的滚动,采用ontouchmove事件,原理是重写ontouchmove方法 禁止: window.document.ontouchmove = function (e) { e.preventDefault(); }; 2、重新滚动 window.do
阅读全文
posted @ 2018-01-02 18:01
posted @ 2018-01-02 18:01