pro.inmost.ionic.back.button
v1.0.1
Published
Overrides the Android back button completely.
Downloads
2
Maintainers
Readme
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