example
need hide navbar
http://res.cloudinary.com/gbelmm/image/upload/v1491406972/abr.-05-2017_12-33-46_wvlkcy.gif
code:
< ion-header >
< ion-navbar >
< button ion-button menuToggle>
< /button>
< ion-searchbar (ionInput)=“getItems($event)”>
</ ion-navbar >
< /ion-header >
< ion-content >
< ion-tabs tabsPlacement=‘top’>
< ion-tab tabIcon=“logo-buffer” [root]=“page1” tabsHideOnSubPages=“true”>
< ion-tab tabIcon=“ios-map” [root]=“page1”>
< ion-tab tabIcon=“ios-heart” [root]=“page1”>
< ion-tab tabIcon=“ios-mail” [root]=“page1”>
< /ion-tabs >
< /ion-content >