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

Version 1.3.1 broke vertical scrolling #4

Open
nicktmro opened this issue Oct 9, 2017 · 4 comments
Open

Version 1.3.1 broke vertical scrolling #4

nicktmro opened this issue Oct 9, 2017 · 4 comments

Comments

@nicktmro
Copy link

nicktmro commented Oct 9, 2017

I have a RecyclerView that lives inside a ViewPager. My recycler view is populated with a bunch of BifacialViews. Unfortunately, after the 1.3.1 update, I can no longer scroll vertically, unless I begin my touches from a view other than the bifacial view.

Interestingly, the horizontal swiping is not working correctly, either. The drag begins on the BifacialView but after a small amount of drag, the ViewPager intercepts the gesture and begins the pagination.

@pavel163
Copy link
Owner

Hi!. Use 1.3.2 version and ToucMode = delimiter

@nicktmro
Copy link
Author

Thanks for the quick reply. I tried and it still doesn't work. Here's more info:

If I:

  • touch the BifacialView and
  • swipe vertically and without lifting the finger I then
  • swipe horizontally
    I get the correct behaviour.

If I swipe horizontally on the BifacialView the divider travels a few pixels and then it jumps back to its original position and the ViewPager starts moving.

Hope this helps with diagnosing the problem.

@pavel163
Copy link
Owner

I added your case in example app. Is it right? Please show this example

@nicktmro
Copy link
Author

nicktmro commented Oct 15, 2017

Thanks for the follow up. The example you referenced runs fine. However, my setup is a bit more complex and the issue is still there.

I am now wondering if the issue is caused by the TabLayout or maybe the SwipeRefreshLayout that I have in my view hierarchy... Hopefully the attached screenshot can clarify my setup.

viewhierarchy

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