外观
iphone底部适配
提示
page-iphone-bottom 用于躲避 iPhone X、iPhone 11 12 系列手机的底部按键。 注意事项 :
- 针对小程序端(app 端及 uni-app 底层已经处理,h5 端不能正确识别);
- switch 页面不需要使用组件;
- page-panel组件的 gFooter 插槽已经实现此功能,不需要重复使用;
演示代码
html
<page-iphone-bottom></page-iphone-bottom>
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
isSwitchPage | 是否为switch页面 | Boolean | — | false |
height | 躲避占位view高度 | string/number | — | 50 |
上次更新: