-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can i detect when ScrollView has finished scrolling? #18
Comments
Do you mean that when a scroll event ends and the offset stops updating? |
Yes!I find a repository that implemented this feature: In addition to the scrolling state, it will be better if i can get the scrolling direction:) |
Would be cool to support! I'll take a look when I get around to this project, and can meanwhile approve and merge any PR that fixes this. |
Thanks! Look forward to this feature:) |
@gzlboy If you have the possibility to use iOS 18 and macOS 15, it has a new .onScrollPhaseChange { _, newPhase in
...
} Since the SDKs scroll views use regular Since there is a native way to do this now, I will not add this to the SDK, and will thus close this issue. If you miss some feature in the SDK to be able to use it, please let me know. |
I want to do something when scroll was finished.How can I do this? Thanks!
The text was updated successfully, but these errors were encountered: