一个多行输入框,同样的代码
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>
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),以及各机型表现的截图信息看看。
textarea加上fixed试试