Hi,
According to the documentation back button should be added by default to the navbar but it’s not happening in my case. I checked app.module.ts and there is no config that overrides the default settings.
The project is generated by using the tabs template.
Are there some changes made that changed this behavior?
Source code: https://github.com/CroModder/tagiraj-me/tree/dev
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 1.0.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.4
Xcode version: Not installed
yeah, but without navigating you will never see a back button…
you have simple some tabs and thats it.
Switching tabs has no effect on the backbutton.
Ech tab has its own navigation stack with 1 Page --> the rootPages.
Oh, yeah, overlooked the fact that those tabs pages are rootPages. Thanks for clarification.