Hide Ionic TabBar on specific subpages

Hi there,

I want to hide my tabbar on multiple specific pages. My main focus is to hide it on my Login page, Register page, and a comment page. I have tried tabsHideOnSubPages: true, but when i do this my UserProfile page
(which is a subpage) hides the tabbar. The tabbar must also be visible on the UserProfile page but then again not on my previous mentioned subpages (login, register etc…).

I am currently using Ionic Framework : ionic-angular 3.2.0

Does anyone know how i can fix this?

2 Likes

Been having this issue for some time also, help would be appreciated!

1 Like

Glad to hear that i’m not the only one having this issue!
I hope we’ll get a response soon.

Your app component presumably has a root page. Presumably you just leave it to some TabsPage that has tabs. If you change it somehow (either by assigning to a rootPage property or calling NavController's setRoot() method) to something other (like LoginPage), you should not see tabs.