This repository was archived by the owner on Feb 2, 2023. It is now read-only.
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Improve our batch fetching cases #1681
Closed
Description
There is a use cases that might make sense to support a batch fetching update/enhancement:
If all loaded items are within visible bounds, fetching never triggers because this is triggered by a scroll event. If I have 10 of 100 items loaded, then pinch to zoom a collection view where all 10 fit nicely the trigger to fetch additional items will never get called.
This would commonly occur on pinch/zoom out with a collection view.
cc /@maicki