在安卓上切换Input时键盘不会收起再呼出,在IOS上就会,涉及多个输入时,输入比较麻烦,官方能帮忙看看是什么问题吗?以下是两个input的代码。
<view class="weui-cell weui-cell_input">
<view class="weui-cell__bd">
<input class="weui-input" type="digit" bindinput="bindMonthChargeInput" bindfocus="bindMonthChargefocus" bindblur='calc' placeholder="{{monthChargeRelative?'百分比':'绝对值'}}" value="{{monthCharge}}" focus="{{focus}}" />
</view>
</view>
<view class="weui-cell weui-cell_input">
<view class="weui-cell__bd">
<input class="weui-input" type="digit" bindinput="bindPreChargeInput" bindfocus="bindPreChargefocus" bindblur='calc' placeholder="{{preChargeRelative?'百分比':'绝对值'}}" value="{{preCharge}}" focus="{{focus}}" />
</view>
</view>