navigating in ionic 3 from single page to tabs and a particular view
navigating in ionic 3 from single page to tabs and a particular view
I have an Ionic 3 project Im working on where Im using Lazy Loading for navigation, which I think is now the default. I have a Tabs project, where at one point I want to pop out of tabs and display a single page, then I want to navigate back to a particular page and display the Tabs again. To pop out of my tabs and display a page without the tabs controller I do the following: goToSinglePage this.app.getRootNav.setRootSinglePage; The problem is I now want to go back to a particular page and display the tabs again. Im trying to see how to do that, but the only thing I can do is change the root nav back to the default Tabs page.
Комментарии
Отправить комментарий