Hi,
In the conference app I am not able to understand how the menu is enabled and back button is disabled in tabs page.
Also in tutorial how is menu disable as when I am doing in tutorial page
ionViewDidEnter() {
// the root left menu should be disabled on the tutorial page
this.menu.enable(true);
}
here still I am not able to see the menu.
Is there anything I am missic here