Skip to content
本页目录

iphone底部适配

提示

page-iphone-bottom 用于躲避 iPhone X、iPhone 11 12 系列手机的底部按键。 注意事项 :

  1. 针对小程序端(app 端及 uni-app 底层已经处理,h5 端不能正确识别);
  2. switch 页面不需要使用组件;
  3. page-panel组件的 gFooter 插槽已经实现此功能,不需要重复使用;

演示代码

html
<page-iphone-bottom></page-iphone-bottom>

Attributes

参数说明类型可选值默认值
isSwitchPage是否为switch页面Booleanfalse
height躲避占位view高度string/number50
iphone底部适配已经加载完毕