<template>
<view class="pageV">
<view class="pageV_top"></view>
<view class="pageV_middle"></view>
<view class="pageV_bottom">
<textarea class="pageV_bottom_input" value="ccdxd" :show-confirm-bar="false"></textarea>
</view>
</view>
</template>
<script lang="ts" setup></script>
<style lang="scss" scoped>
.pageV {
height: 100%;
display: flex;
flex-direction: column;
&_top {
height: 100rpx;
background-color: yellow;
}
&_middle {
flex: 1;
overflow: hidden;
min-height: 0px;
background-color: green;
}
&_bottom {
background-color: red;
&_input {
width: 100%;
height: 120rpx;
}
}
}
</style>

- 发布:2025-10-15 15:24
- 更新:2025-10-21 15:03
- 阅读:63
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: mac15.5
HBuilderX类型: 正式
HBuilderX版本号: 4.76
手机系统: iOS
手机系统版本号: iOS 26
手机厂商: 苹果
手机机型: ios26
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
hbuilderx 创建 一个 vue3的项目,
使用 提供的 简单 代码 ,
运行到 ios26的真机上
hbuilderx 创建 一个 vue3的项目,
使用 提供的 简单 代码 ,
运行到 ios26的真机上
预期结果:
键盘不遮挡
键盘不遮挡
实际结果:
键盘发生了遮挡, 页面没有 弹起来
键盘发生了遮挡, 页面没有 弹起来
DCloud_UNI_OttoJi
相同代码跑在其他 ios版本系统上是否正常,是 ios26 有问题还是都有问题
2025-10-21 15:09