收藏
回答

开发工具模拟器对`env(safe-area-inset-bottom)`的支持

框架类型 问题类型 操作系统 工具版本
小程序 Bug macOS 1.02.1902010

代码

```

.app-tabbar{

 padding-bottom: calc(constant(safe-area-inset-bottom) / 2);

 padding-bottom: calc(env(safe-area-inset-bottom) / 2);

}

```


- 当前 Bug 的表现(可附上截图)


没有任何底间距


但在iOS真机上是OK的,安卓真机不行!





- 预期表现

模拟器和真机效果一样




最后一次编辑于  2019-02-27
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容