Hello I am facing an issue for a while now on IOS.
My app is composed of 4 tabs and pages
When I am on the tabs I have a certain size for the header.
When I switch to a page the header size is different from the tabs header (this is not really beautiful)
The issue only occurs on ios.
Does anyone faced this issue?
Regards
I took some pictures to have an idea.
It seems that the size of the status bar is added to the header as explained here:
On iOs ( 8 but also 7 ) the header height is too big.
While tracking this I found that the scss says that :not(.fullscreen) should be 64px and adding fullscreen class to the body does make the trick.
Maybe i’m not getting it right but if fullscreen means no status bar that’s not what I want and if not should I and how can I add the fullscreen class the body?
EDIT : adding ionic.Platform.fullscreen(); the app is fullscreen and the header height is ok but no status bar. Which is the intented wa…
However if it is added why it is not added to the main page? Why this inconsistency?