-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
When we declare a scroll event in a CollectionView with multiple templates and without rowHeight
we have a strange behavior in the scrollOffset
data.
If you scroll down there are times when scrollOffset
is less than the previous one, which should not happen since if it is a downward scroll it should always increase.
Reproduction repository:https://github.com/vallemar/collectionview-bug
Remove this rowHeight
and you will see in the console when you scroll down: DETECTED CHANGE IN SCROLL
(it shouldn't appear until you go up the list)
Metadata
Metadata
Assignees
Labels
No labels