HBuilder 设置沉浸式状态栏显示效果

1.在manifest.json 要设置

    "fullscreen": false

2.在 manifest.json 设置

"plus": {
        "launchwebview": {
            "statusbar": {
                "background": "#00933c"
            }
        },
        "statusbar": {
            "immersed": "supportedDevice",
            "style": "light"
        },
}

你可能感兴趣的:(HBuilderAPP开发)