input 自动聚焦 ( focus ) IOS下没有生效 鸡汤来喽 2022-10-27 1,472 阅读1分钟 H5 端 input 自动聚焦 ( focus ) 没有生效 ( 仅ios,安卓无问题 ) 进入页面, input 没有自动聚焦也没有唤起键盘 问题原因: Safari浏览器限制 解决方法: 给 input 加一个 ref,然后通过 dom 直接聚焦 this.$refs.input.$el.querySelector('input').focus()