hiding back button in ionic, angularjs

后端 未结 9 1509
独厮守ぢ
独厮守ぢ 2020-12-08 10:57

I need to show and hide back button in different pages/views. I took reference from Justin Noel:


           


        
9条回答
  •  一生所求
    2020-12-08 11:49

    I had problems with "hide-back-button", since it hides the menu and the back button. Somehow this.navCtrl.push played with the back button, in case you want the menu to be displayed using this.nav.setRoot(yourPage)

提交回复
热议问题