4952关注16348浏览
在安卓上切换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>
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多> -
Chavez3
12人对此回答表示赞同
安卓客户端本身就是如此的行为。
展开120回复分享发布于 6年前评论(0)
收起评论
-
思念在大脑里裸奔
7人对此回答表示赞同
目前是取决于客户端自身实现的行为的。
展开70回复分享发布于 6年前评论(0)
收起评论
-
王大元
2人对此回答表示赞同
我想问的是,IOS不能像安卓客户端那样吗?
展开20回复分享发布于 6年前评论(0)
收起评论