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

how to split array as per fixed length, and ionic two dates differences in min,seconds,hours

How to Add Firebase Analytics to Your NativeScript Mobile App