The following code completely hides navigation bar of a page:
--f7-navbar-height: 0px
--f7-navbar-font-size: 0px
--f7-navbar-bg-color: transparent
--f7-navbar-border-color: transparent
--f7-navbar-link-color: transparent
--f7-navbar-text-color: transparent
this works fine for desktop or android based browsers but for any reason not on iOS. I mean not at all working. It does not change a single pixel…
Anybody knows why or what I need to differently?
I have also tried all of these CSS variables:
https://framework7.io/docs/navbar.html#css-variables
but without luck