Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230087

Navigate to Page in specific Tab

$
0
0

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 230087

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>