I am developing an Android application using Phonegap that interacts with my Drupal site. I have re-assigned the Android \"Back\" button to prompt the user to log off from t
You have to override back button action in device ready... here is a full working example "index.html"
Back Button ← Back
I used this code and back button is overridden finally....
Ref--> https://github.com/amirudin/PhoneGapPluginDemo/blob/master/www/evt-backbutton.html