I have a little problem in ionic 6. There is no problem on Android devices, but on iOS devices, when I pull the screen down (slide) with my finger, a white space appears between the header and the status bar. One of the 2 solutions is enough for me.
Solution 1: Fixing the header under the status bar. Even if I pull it, it shouldn't come.
I added this code: ion-content{--overflow:hidden} but this time there is no scrolling on the screen.
Solution 2: Change the color of the white space between Header and Statusbar. I couldn't find how to do that either.
Thank you.