Normally you should occupy “status bar” in a native way which allows you to do this (I imagine you are already occupying it). What the status bar does is that it keeps the routes in memory where you go sailing. Now if you have it through an ionic-button which you created, you must indicate the path of the page you want to access which would be something like this.navCtrl.push (‘MyPage’);
Explanation:
When any page is coming from Navigation Stack, then neither constructor nor ionViewDidLoad gets fired again. But IonViewCanEnter is an authentication life-cycle which get fired every time the page loads.