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.
this.nav.
You can navigate to the page as a modal:
let modal = Modal.create(SomePage, navParams); modal.onDismiss(datos => { //dissmiss callback }); this.nav.present(modal );