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)
When we declare a scroll event in a CollectionView with multiple templates and without
rowHeightwe have a strange behavior in thescrollOffsetdata.If you scroll down there are times when
scrollOffsetis 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
rowHeightand you will see in the console when you scroll down:DETECTED CHANGE IN SCROLL(it shouldn't appear until you go up the list)