小程序-输入框-输入法-位置-错位

71 阅读1分钟
  • 在外层容器使用scroll-view,并设置高度
<scroll-view style="height: 100%;">

    ...

    <view>
        <input />
    </view>

    ...

</scroll-view>