在蘋果手機下拉頁面,會出現類似上圖那樣,具體方法如下:
function handler(){//禁止默認滑動函數
event.preventDefault();
}
document.addEventListener("touchmove",function(e){
document.removeEventListener('touchmove', handler, false);
});
在蘋果手機下拉頁面,會出現類似上圖那樣,具體方法如下:
function handler(){//禁止默認滑動函數
event.preventDefault();
}
document.addEventListener("touchmove",function(e){
document.removeEventListener('touchmove', handler, false);
});
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。