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

    接口 StatusBar

    状态栏

    interface StatusBar {
        backgroundColor?: string;
        contentStyle?: "default" | "dark" | "light";
        overlays?: boolean;
        visible?: boolean;
    }
    索引

    属性

    backgroundColor?: string

    背景色 #RRGGBB

    iOS 当标题栏可见时始终显示为标题栏背景色

    contentStyle?: "default" | "dark" | "light"

    文字/图标,default 默认,light 浅色,dark 深色

    iOS 当状态栏沉浸式显示时此参数才有效,否则深底色时自动显示为浅色,浅底色时自动显示为深色

    overlays?: boolean

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

    visible?: boolean

    可见性,true 显示,false 隐藏