部分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>
测试未复现,试试升级系统看看
解决了吗遇到同样的问题