I am using Cordova 1.7 on Android, and it seems to be working (i.e: I can select an image from the gallery for example) but I can't get the back button event to fire. When pressing the back button the app automatically closes. My build target is Android 2.2.
I put this in the onReady
method, exactly as the stated in the API:
document.removeEventListener("backbutton", onBackKeyDown, false);
What am I missing?