比如全屏显示图片,当点击非图片区域,如果下方页面对应位置为 textarea,会触发键盘弹出,图片宽高都已设置为 100vw 和 100vh,但由于比例跟屏幕有区别,因此会有留白。仅在 iOS 真机下有此问题,安卓没有。
.media-swiper {
width: 100vw;
height: 100vh;
background-color: black;
}
.media-swiper-item {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.media-image {
width: 100%;
height: 100%;
}

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
三个星期了,黄花菜都凉了~