Ionic 2 - Disabling back button for a specific view

前端 未结 5 2046
小鲜肉
小鲜肉 2020-12-04 15:26

So I\'m messing around a bit with Ionic 2, and I want to know how to disable the back button for a specific view.

What I\'m doing is this.nav.

5条回答
  •  独厮守ぢ
    2020-12-04 16:23

    You can use the following Property Decorator in Ionic 2.0.0-rc.6

      
        
          
            Your page title
          
        
      
    

    Docs reference

提交回复
热议问题