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

When in a fragment, inside a ViewPager, scrolling it offscreen stops scrolling. #22

Open
CHPraxis opened this issue Oct 26, 2016 · 1 comment

Comments

@CHPraxis
Copy link

My ListBuddies view is in a fragment that is inside a ViewPager that is set to never clear out any of its views.

When I first scroll the ListBuddies fragment in to view, it is autoscrolling.

When I scroll off of that view, and then back, autoscrolling has stopped, until I manually scroll once again. Any ideas why?

@CHPraxis
Copy link
Author

Ok, I think I've figured out the cause, just don't know the fix.

ListBuddies stops autoscroll on touch down. When I swipe over to move the viewpager, I assume ListBuddies doesn't register the touch up, and never resumes autoscrolling unless I touch down and back up again.

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