How to use has-tabs and tabs-item-hide

hi, Guys

I use ionic to build an app. It has a tabs bar.
In the tabs, we have notifications, it is a list, then, each item in notifications can be viewed in notification-detail state.
So, at notifications state, I want to show the tabs bar, in the notification-detail state, I want to hide the tabs bar.
I notice there are classes to support this usage in ionic .

To hide the tabbar but still show the content, add the tabs-item-hide class. Also, whenever you are using tabs, remember to add the has-tabs CSS class to .
http://ionicframework.com/docs/components/#tabs

Can anybody explain more about how to use * tabs-item-hide* and has-tabs.

I also have tried other ways like, it works, but the user experience is not good enough.

1 Like

Any news ? I need to hide tabs in my homepage.

Thanks.

This discussion covers some methods: http://www.unknownerror.org/opensource/driftyco/ionic/q/stackoverflow/23991852/how-do-i-hide-the-tabs-in-ionic-framework

But like you said, there’s some performance problems