In my app i am using phonegap 2.6.For back button, I am using the following function
document.addEventListener(\"backbutton\", onBackKeyDown, false); functi
it depends where you are: on my windowsphone 8.1 lumia 925, it works history.go(-1);, while navigator.app.backHistory(); causes an exception before crashing.
On my Android (I believe the majority), navigator.app.backHistory(); works properly.