📜  ionic 4 状态栏是暗的 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:36.309000             🧑  作者: Mango

代码示例1
//FIX: Android - allows icons in statusbar to show clearly.
if (this.platform.is("android")) {
    this.statusBar.styleLightContent();
}