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

Option to force loading above-the-fold components #373

Open
dxeastman-epam opened this issue Jan 31, 2022 · 0 comments
Open

Option to force loading above-the-fold components #373

dxeastman-epam opened this issue Jan 31, 2022 · 0 comments

Comments

@dxeastman-epam
Copy link

It would be great to have a way to disable lazy loading ABOVE the fold. Issue #349 is asking for same.

The scenario in which this would be useful:

  1. User opens long or infinite scroll page with items that are not fixed height.
  2. User scrolls down a ways, thereby loading all of the items that are viewed.
  3. User clicks on an item and goes to a detail page for that item.
  4. User clicks the back button to return to the long scroll page.
  5. User expects to land at the same scroll position as when they left the page.

Actual result is: scroll position is different, sometimes VERY different because lazy loaded list items above the fold are not loaded.

Thanks for considering.

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

1 participant