Quantcast
Viewing all articles
Browse latest Browse all 229916

Navigate to Page in specific Tab

you can try the following if you page child page use tabs.select(0) if not and there is no back button use this.navCtrl.setRoot(HomePage) or you can use as i used .

const tabs = this.navCtrl.parent;
tabs != null ? tabs.select(0) : this.navCtrl.setRoot(HomePage);


Viewing all articles
Browse latest Browse all 229916

Trending Articles