-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Scroll bar is inaccurate #1232
Comments
Since we're using a lazy-list I don't think this is currently possible. What we could do is maybe combine it with the idea of #850 - show a small progressbar at the top of the screen (just like we do in the detail view where you swipe horizontally through the articles) to indicate how many articles are left in the current view |
I remember enabling the scrollbar back in the day - with this exact limitation in mind. There might be a way of "fixing" the toolbar by extending the |
Signed-off-by: Christine Coenen <[email protected]>
Fix inaccurate scroll bar due to lazy loading #1232
The length and position of the scroll bar currently only accounts for the next few items, so it always acts as if you're near the end of the feed, only for it to get smaller and smaller as you keep scrolling down.
The text was updated successfully, but these errors were encountered: