In my application I am using window.history.back to navigate back to previous View
Declaration of back button
<
Disabling push state worked for me:
$.mobile.pushStateEnabled = false;