@alizeegtd wrote:
I’d like to set a general setting for status bar color and a specific color for one particular page of the app.
How can I do this without having to set the color in each page separately?In
app.component.ts
I’m setting the general colorstatusBar.styleLightContent(); statusBar.backgroundColorByHexString("#80D4FF");
If I set a specific color in my
page.ts
the app will then keeps this last setting becauseapp.component.ts
is only called once.
Posts: 1
Participants: 1