希望能支持下面的写法,适配 iPhoneX 就比较方便了
@supports (bottom: constant(safe-area-inset-bottom)) {}
iOS11.2 之后不支持constant。
等吧
发现以下方式只在真机有效,目前测试发现 env 函数有效,constant 函数现在还不支持?
@supports (bottom: env(safe-area-inset-bottom)) {}