How do I avoid ionic header from getting behind ios status bar like this?
I created the header with following code:
Add following code in config.xml
App.component.ts Inside constructor this.statusBar.overlaysWebView(false); this.statusBar.styleLightContent()