1.0.1 • Published 3 years ago

pro.inmost.ionic.back.button v1.0.1

Weekly downloads
13
License
ISC
Repository
github
Last release
3 years ago

Ionic-Back-Button

Overrides the Android back button completely

Getting Started

Install Cordova

cordova plugin add pro.inmost.ionic.back.button

Install Ionic

ionic cordova plugin add pro.inmost.ionic.back.button

Example

document.addEventListener('onBackButtonExt', (ev) => {
  // code...
});

License

This project is licensed under the MIT License - see the LICENSE file for details