Guys I currently navigate my app using:
openPage(p) {
this.navCtrl.setRoot(p);
}
Once i click on the button to set the root, it goes to the new page but the menu icon for my sidemenu is missing. If i click the same or another button that sets the root, the icon appears again.
Any idea how to fix this?