uniapp vue 和nvue ios 获取键盘高度怎么都不一样?
vue的 键盘高度
中间空白
nvue的高度
<view @click="on_jianpana()" class="bottomAction" v-bind:style="[{ bottom: keyboardConfig.height + 'px' }]" style="
position:fixed ;
background-color: #fff;
width: 750rpx;
z-index: 9999;
padding-top: 30rpx;
padding-left: 30rpx;
padding-right: 30rpx;
padding-bottom: 10rpx;
">
<view class="">
<textarea :cursor-spacing="600" :focus="focusKey" class="textInput" style="width: 560rpx;margin-left: 10rpx;background-color: #F3F5F8;" type="text"
auto-height :value="inputText" :cursor="cursorIndex" :adjust-position="false"
fixed="true" :disable-default-padding="true" :show-confirm-bar="false" @blur="blurChange" @focus="jianpan"
@keyboardheightchange="jianpan1" @input="getInputText" /></view>
</view>
输入框是用bottom来指定高度的 苹果13的手机看看?