收藏
回答

IOS多个INPUT输入键盘跳动问题

操作系统 操作系统版本 手机型号 微信版本
iOS IOS11.2.2 iphone7plus 6.6.1

在安卓上切换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>


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

3 个回答

  • 小程序技术专员-june
    小程序技术专员-june
    2018-01-16

    目前是取决于客户端自身实现的行为的。

    2018-01-16
    有用
    回复
  • 小程序技术专员-june
    小程序技术专员-june
    2018-01-16

    安卓客户端本身就是如此的行为。

    2018-01-16
    有用
    回复
  • 郑竣鸿
    郑竣鸿
    2018-01-16

    我想问的是,IOS不能像安卓客户端那样吗?

    因为IOS两个INPUT之间切换时,键盘会隐藏再呼出,这样输入比较麻烦。

    2018-01-16
    有用
    回复
登录 后发表内容