ionic3 backbutton function

ionViewDidEnter() { this.navBar.backButtonClick = () => { ///here you can do wathever you want to replace the backbutton event }; }
export class Page { @ViewChild('navbar') navBar: Navbar; }
import { NavController, NavParams, Navbar } from 'ionic-angular';

Comments

Popular posts from this blog

push multiple data in array(select and disselect items in array)

how to active side menu in ionic3

how to add accordian to ionic project