Show/Hide the Ionic Navbar programmatically

Hi, I don’t know how your views are defined, but each view should have it’s own <ion-view> and on that you can set hide-nav-bar, so you should be able to configure it per view.

Check out this post Hide ion-nav-bar for single page?