@mdline wrote:
Hello,
in none of my tabs the backbutton is shown.
I have a TabsPage, see template here<ion-tabs selectedIndex="0"> <ion-tab [root]="contactPage" tabTitle="Contact"></ion-tab> <ion-tab [root]="aboutPage" tabTitle="AboutPage"></ion-tab> </ion-tabs>
I navigate to the TabsPage from another page using
this.navCtrl.push(TabsPage);
In every other pages the back button is shown, only in tabs it does not work.
Posts: 2
Participants: 2