-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Nested ScrollView stops scrollTo function #13
Comments
If you have type collision issues due to SwiftUI 2.0 you can use AmzdScrollViewProxy |
That's worked. Thank you. 👌 |
Reopened because ScrollViewReader has to be inside the ScrollView to get the correct location of tagged views. I suspect the issue is |
Hey, can you please confirm this issue because when I copied your original code to test it just worked. |
Appreciate your support. Issue #14 solved by moving the ScrollViewReader inside the ScrollView. But issue #13 started again. When I active the second scrollView (Horizontal) inside the main scrollView, the scrollTo function stoped.
|
iOS 13, When we enabled the horizontal scrollview(Test View) inside the main scrollview, scrollTo function doesn't working.
Looking some solution to put horizontal scrollview inside the vertical scrollview.
Thank you.
The text was updated successfully, but these errors were encountered: