gpt4 book ai didi

ionic-framework - Ionic 4 状态栏完全透明

转载 作者:行者123 更新时间:2023-12-01 22:38:04 24 4
gpt4 key购买 nike

我正在尝试使我的应用statusbarandroid上完全透明
MainActivity.java

上使用此代码
    getWindow().getDecorView().setSystemUiVisibility(
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |
View.SYSTEM_UI_FLAG_LAYOUT_STABLE);

并在app.component上进行精简

this.statusBar.backgroundColorByHexString('#11000000');

但仍不完全透明
enter image description here

最佳答案

app.component.ts

ionViewWillEnter() {
this.statusBar.show();
this.StatusBar.overlaysWebView(true);
this.StatusBar.backgroundColorByHexString('#000000');
}

关于ionic-framework - Ionic 4 状态栏完全透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59466106/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com