All of the JQuery Mobile documentation I can find about navigating backwards assumes I am going to do this using an anchor tag and suggest I add data-rel=\"back\" t
data-rel=\"back\"
Why not just use data-rel="back" as an attribute to your back button, this will take the user back 1 page.
data-rel="back"
Also equivalent to history.back()
history.back()