ios點擊延時的處理

ios點擊時反應存在延時,致使點擊感受慢,用戶體驗很差 如下方式處理該問題:ios $(function() { //非iOS設備,無需處理 if (!/ios/.test(navigator.userAgent.toLowerCase())) return; //解決iOS點擊延遲350ms的問題 FastClick.attach(document.body); //解決ios輸入
相關文章
相關標籤/搜索