小程序 输入框 输入法 位置 错位
2023-05-31 本文已影响0人
清霆
- 在外层容器使用scroll-view,并设置高度
<scroll-view style="height: 100%;">
...
<view>
<input />
</view>
...
</scroll-view>
<scroll-view style="height: 100%;">
...
<view>
<input />
</view>
...
</scroll-view>