Hi,
i have an application that have a page with the tabs (three). I would like to push a new page from the tabs page, so i’m using this line of code inside one of the three controllers
this.app.getRootNav().push('SquadraTabsPage', navParams);
The destination page also has the tabs. So it’s a push from a tabs page to another tabs page.
The result is worng. In the result page i have the old tabs and the header of the previous tabs page inside the content of the destination page.
When i click on a row i have not the correct page but the result is as follow.
After the push i have only the correct header but the content is wrong! I have not javascript errors.
Which is the problem?
Thanks.