
on click of the back button from the android phone
function load() { document.addEventListener("backbutton", backKeyDown, false);function backKeyDown() {console.log("PhoneGap Ready!");}}
I have done this code but still not working Only Back button is not working
Make sure you are waiting for the “deviceready” event: