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
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.