Menu is not working when i push the screen ionic 3
I have one screen login with home comes with menu, 4 tabs . Like home, about, location, more .And in this case menu working fine. When i login, i use this below code to navigate the screen to home pagewith all tabs , menu. That time its working fine. this.navCtrl.push(TabsPage); And when i am in about screen . I have one button to show some data and when user press ok button it will show one screen with some score data: this is that screen code: <ion-header> <ion-navbar color="navcolr" no-border-bottom> <ion-title >Exam Score</ion-title> </ion-navbar> </ion-header> <ion-content padding