I have created an app with ionic 3 sidemenu.
When I go to the list page I can't go back to the home page with the back button.
Instead, then the app got closed.
Can anyone please help me? Thanks in advance.
I have created an app with ionic 3 sidemenu.
When I go to the list page I can't go back to the home page with the back button.
Instead, then the app got closed.
Can anyone please help me? Thanks in advance.
According to ionic V3 sidemenu starter, pages are set as root, you can check openPage(page) function on this github link of sidemenu starter of ionic team.
When a page is set to root all the previous navigation stack is cleared.
If you want to change this behavior you have to use this.nav.push(page).