jqm data-rel=back showing blank page

676 views Asked by At

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.

1

There are 1 answers

0
Mansi Shah On

Try this out (by Superfy) -

jquery mobile 1.2.0 blank screen in chrome Version 43.0.2357.81

It worked for me. What version of Chrome are you using? Have you tried upgrading your jquery version to 1.4? 1.4 does not have slide transition related issues.