Child navigation in ion-tabs

Hello there
I have to change the page component that is shown in an ion-tab
I used _nav.push(‘myPage’), but as a result a new page opens over the old and it is not included in the tab visually (the new page content overlaps the tab buttons).
How can I navigate to a child of a specific tab root?

What is the proper way to do this??

Thanks!