google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.22k stars 1.79k forks source link

Inconsistent swiping behavior for row layout manager #585

Open AAverin opened 3 years ago

AAverin commented 3 years ago

Issues and steps to reproduce

Nesting recycler in with FlexboxLayoutManager and direction ROW in another recycler results in inconsistent touch events when swiping horizontally backwards.

Expected behavior

Nested FlexboxLayoutManager should result in consistent swiping behavior.

Version of the flexbox library

3.0.0

kaiwalyakhasnis commented 2 years ago

@AAverin were you able to find work around for this?

AAverin commented 2 years ago

@kaiwalyakhasnis No, for my use case I used LinearLayoutManager with some custom measurement implementation