Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.
This repository was archived by the owner on May 12, 2020. It is now read-only.

onLoadMoreAsync isn't called until the scroll movement even if bottom is visible  #9

@agolovenko

Description

@agolovenko

Well, this one is more of a feature request.

Say my async load function only fetches 3 rows at a time. And 3 rows are just half of the screen.
For now I need to scroll the rows in order onLoadMoreAsync to be triggered to load more rows. Ideally I'd like it to be triggered while (canLoadMore && the screen isn't full with rows).

Otherwise great project, thanks=)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions