In jQuery Mobile, though the data-rel="back"
attribute is correctly returning me back to the previous page URL, but its not showing any content on that previous page.
I need the prev page content to be stored in history and to be retrieved once I click on the button having data-rel="back"
attribute.
Even the browser back button is working in the exact same manner on being navigated back.
I'm stuck with this. Any help would be much appreciated. Thanks.