I've been having a problem with how the back button functions.
Lets say i have a jQuery Mobile web app at /site
I have an internal link to a list of options at /site/#foo. Clicking the back button takes me to /site as normal.
If I link to an external page from /site/#foo to say bar.php on the same domain, clicking the back button takes me to /site instead of /site/#foo
I tried over riding the back button on /site/#foo header with:
<a href='/site/#home' class='ui-btn-left ui-btn-back' data-icon='arrow-l' rel='external'>Back</a> but the transition looks incorrect.
Anyone have a solution to link from an external page back to a specific page using the # sign?
thanks!