Please find the below code for the Android hardware back button action in ionic3. As Ionic4 uses angular routing for navigation how the pop event w
ionic3
Ionic4
use the cordova event "backbutton"
document.addEventListener("backbutton", youFunction, false);
I use ionic4/vue and it worked