1***@qq.com
1***@qq.com
  • 发布:2024-10-23 20:29
  • 更新:2024-10-23 20:29
  • 阅读:35

IOS打包H5 input无法聚焦自动弹出键盘

分类:uni-app

问题进入页面后input如何获取焦点自动弹起键盘用focus试过了也不行,我是ios微信浏览器试的

<input type="text" ref="myInput" />
mounted(){
this.$nextTick(()=>{
this.$refs.myInput.focus();
})
},

2024-10-23 20:29 负责人:无 分享
已邀请:

要回复问题请先登录注册