移動端頁面input不能獲取焦點,不能輸入

最近作的一個響應式項目,在移動端測試時,iphone上輸入框input沒法獲取焦點,如法輸入,安卓上週正常,解決方法:css 1.使用js解決問題:web const input = document.getElementsByTagName('input')[0]; let interval; input.onfocus = () => {     interval = setInterval(
相關文章
相關標籤/搜索