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

Tapping the back button doesn't preserve my scroll position in Discover #84

Open
morebrownies opened this issue Jul 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request freezer

Comments

@morebrownies
Copy link
Collaborator

Steps to reproduce

  1. On the Home tab, scroll down a good amount until you reach listing 100(ish)
  2. Tap on the listing card
  3. View the listing detail view
  4. Tap the back button in the browser
  5. At this point you arrive back on the Home tab, however it starts you at the top of the page again.

The same problem happens in search too. This is not ideal because it forces you to look at all the same listings again. Ideally the scroll positioned would be preserved so that you can continue where you left off.

@hoffmabc hoffmabc added the enhancement New feature or request label Aug 12, 2020
@hoffmabc
Copy link
Member

I'll leave this in the freezer @morebrownies. I agree that this is an issue, but fixing it likely will take some thought because we're just randomly pulling listings in the Home tab and so each time we visit the page the listings shown will be different so there is no pagination. We'd have to create some kind of caching system to deal with this.

I'd like to punt until a future version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request freezer
Projects
None yet
Development

No branches or pull requests

2 participants