收藏
回答

input组件无法聚焦的问题

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 13.6 iPhone8 Plus 8.0.16

部分ios机型下catchtouchend会防止input组件聚焦

wxml:

<text>bindtouchend:</text>

<view  bindtouchend="touchEnd">

  <input  placeholder="请输入"  style="border: 4rpx solid #000;height: 100rpx;" />

</view>




<text>catchtouchend:</text>

<view  catchtouchend="touchEnd">

  <input  placeholder="请输入"  style="border: 4rpx solid #000;height: 100rpx;" />

</view>


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容