为了说明缺口和安全空间,我在我的 css 文件中添加了以下内容
html {
padding-top: constant(safe-area-inset-top);
padding-top: env(safe-area-inset-top);
background-color: #003567 (the color you see top and bottom)
}
index.html 包含这个元标记:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no", viewport-fit=cover>
但是body和状态栏之间有一个不明空间
任何输入将不胜感激