We have developed an application in jQuery integrated with android (which has only one activity). From this activity we are loading an HTML file, on this file we are showing and
Use this code in your HTML page to handle back button pressed
document.addEventListener("backbutton", onBackKeyDown, false); function onBackKeyDown() { // Handle the back button }