I wanted to hide the nav-bar on a view within tabs(ion-tab
)
Have tried top:0
on .tabs
also and hide-nav-bar also
Apparently in ion-view
if i use hide-nav-bar
it leaves space befor the tabs and making it to top:0px (.tabs { top: 0 !important; }
) leaves space between content and tabs
see image below
When using hide-nav-bar
on ion-view:
With .tabs { top: 0 !important; }
:
However , nav bar hides on tabs bottom and there is no space when it on bottom, is there any solution to hide nav-bar without leaving any space