ionic-team / ionic-conference-app

A conference app built with Ionic to demonstrate Ionic
Apache License 2.0
3.59k stars 1.82k forks source link

ionic4 hide tab bar in tab children page #767

Open eejacky opened 5 years ago

eejacky commented 5 years ago

In this(ionic-conference-app) app, I did not found the solution to hide tab bar in each tab's children page.

I would like to hide the tab bar in the speaker-detail page.

luckyplayone commented 5 years ago

@eejacky have you found any solution? i am also looking for this answer.

peterszeles commented 4 years ago

Hi, I am new at this project and I would like to ask whether I can contribute to this project and fix this issue? :)

peterszeles commented 4 years ago

Hello, I fixed this issue. Can you please let me know how to push it or how would you like to verify the changes before pushing them. Thanks

dev-sammy commented 4 years ago

I am also looking for this solution, have anyone found any solution yet? I am using Ionic 5 and want to hide tab bar when going to tab child's child pages and so on , only for parent pages it will show up. In Ionic 3 we had a directive to hide tab on sub pages easily, please make a workaround for it or at least give an explanation of why its blocked.