Hello,
I have a requirement where I don't need header on my page. I am hiding header as below.<ion-view hide-nav-bar="true">
But after doing that, on iOS, my content is interfering with status bar. As I scroll content up, its overlapping with status bar as in below screen shot.
on Android its working fine, where status bar is not transparent and content are scrolling up from behind status bar.
I have cordova-plugin-statusbar plugin already added.
Thanks