Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

back to the list #6

Open
claudiorivetti opened this issue Mar 12, 2014 · 1 comment
Open

back to the list #6

claudiorivetti opened this issue Mar 12, 2014 · 1 comment

Comments

@claudiorivetti
Copy link

After making it to work I realized that after severl scroll, if one click on a list item, open a new page and then hits Back, the list goes to the initial page loosing all items loaded with infinite scroll.
Any idea on how to force the browser to remember the new list?

@kpheasey
Copy link
Owner

This is a known problem with all infinite scrolls. If you are using push state and caching results, you can avoid this. JQM should be remembering the list if you are using it to navigate between the pages instead of a normal HTTP request for every page.
On Mar 12, 2014, at 4:19 AM, claudiorivetti [email protected] wrote:

After making it to work I realized that after severl scroll, if one click on a list item, open a new page and then hits Back, the list goes to the initial page loosing all items loaded with infinite scroll.
Any idea on how to force the browser to remember the new list?


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants