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 Add Firebase Analytics to Your NativeScript Mobile App

sidemenu refresh through events

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