Hello, i have a question, in ionic app why phone header components like phone watch hidden when opening the app?
what so you mean with hidden? Can you provide a screenshot?
The Status Bar can be styled differently. See the Documentation here. The default Style has a dark Text for light Background. As you have a dark Background try call this.statusbar.styleBlackOpaque()
(for light Text) in your app.component.ts
initialize Methode.
i tried and it worked for me, thank you