QuirijnGB / lazy-load-scrollview

A wrapper for a Flutter ScrollView which enables lazy loading
BSD 2-Clause "Simplified" License
108 stars 26 forks source link

Can't hit onEndPage if scroll fast on ios #17

Open aqibaja opened 2 years ago

aqibaja commented 2 years ago

on android there is no problem when on ios if fast scroll is not detected but if it is slow then it is detected

Goddard commented 1 year ago

Having same issue here. Doesn't appear to work properly.

thierryoliveira commented 1 year ago

I created a pull request to fix this:

23 - [FIX] Fast scroll not calls onEndPage on iOS