收藏
回答

安卓和ios的输入框显示不同

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug textarea 微信iOS客户端 7.0.19 2.13.1
一个多行输入框,同样的代码

ios平板显示

安卓手机显示

就是iOS会整体推上去,安卓只是光标推上去

<form style='width: 750rpx;height:{{4.2*CD}}rpx;' bindsubmit="save" class="jz">
                <textarea style="width: 700rpx;height:{{1.5*CD}}rpx;background-color: #fff;" bindblur="bindTextAreaBlur" placeholder="词条" cursor-spacing='60' />
                <textarea style="width: 700rpx;height:{{1.5*CD}}rpx;background-color: #fff;" bindblur="bindTextAreaBlur" placeholder="解释"  cursor-spacing='60' /> 
                <view style="height:{{CD}}rpx;" > 
                  <button style='width: 300rpx;height:{{0.8*CD}}rpx;' class="jz bbw" form-type="submit"   > 保存</button>
               </view> 
            </form> 
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签