Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable event listeners like onScroll or add a callback for onPull #84

Open
helzapps opened this issue Oct 6, 2023 · 0 comments
Open

Comments

@helzapps
Copy link

helzapps commented Oct 6, 2023

This is more of a feature request, but would love the ability to know if the user began the pull. I have a list of intractable items (both tap and long press events) and if the user begins pulling down it doesn't stop the event from propagating down, or rather up I guess, the touch down on my list element gets responded too before the pull to refresh can full complete resulting in it getting cancelled because my app changes state based on the item tapped.
Currently I'm bubbling those events up to the parent and having it handle it, and I'm forced to use the Ionic framework instead because it gives me an onPull event where I can see if the user was attempting a pull-to-refresh and then basically cancel the select event if you will on the underlying element.
But I like the lighter weight of yours, I just can't figure out a way to make it work with my clients designs. They very much want a UITableView like experience in a native iOS app essentially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant