How can i push a page on an ion-tab navigation stack from my tabs-navigation.ts?

How can I push a page on an ion-tab navigation stack from my tabs-navigation.ts?

To describe the situation, I have a toolbar placed above my ion-tabs (these both live in tabs-navigation) and this toolbar pops open a modal when clicked on. In the modal is an option to go to a user profile but i would like this user profile to be pushed onto the selected tabs’ navigation stack NOT above the tabs-navigation and NOT above the modal. Currently it is pushing the page on top of the tabs-navigation making the ion-tabs and toolbar hidden.

Any ideas on a workaround or solution?

I’ve seen a lot of people ask how to push a page on top of their tabs-navigation however I’m kind of looking to do the opposite.

tabsHideOnSubPages:false does not solve my issue… I am new to ionic but I’m pretty sure the application is behaving as expected.

1 Like