core
    正在准备搜索索引...

    接口 NavigationBar

    导航栏(底部虚拟按键区)

    interface NavigationBar {
        backgroundColor?: string;
        overlays?: boolean;
        visible?: boolean;
    }
    索引

    属性

    backgroundColor?: string

    背景色 #RRGGBB

    overlays?: boolean

    沉浸式覆盖,true 沉浸式(状态栏覆盖到网页上),false 非沉浸式

    visible?: boolean

    可见性,true 显示,false 隐藏