-
Notifications
You must be signed in to change notification settings - Fork 38
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
doesn't work for nested scrollviews #34
Comments
Hi, do you have any gif showing what you are trying to do? i am not sure if i understood correctly. |
I got it, but as you probably know, this library doesn't work on iOS, and uses the main ScrollView on ios, so i am not really sure if my library suits your needs. Have you tried to combine regular ScrollView and NestedScrollView together in different ways? |
@cesardeazevedo I think you miss understood my question. iOS behavior is fine. I want the same behavior in android. Horizontal scroll -> vertical scroll -> horizontal scroll. it's working on ios but not on android. |
I completely understood your question, i am just not sure if you understood the purposed of this library, i am saying that nested scrolls on iOS is a completely different mechanism from android, and my library is not trying to make what iOS does, so you can't expect that something working on iOS will work on android by using this library. I can't guarantee any compatibility with iOS with a library designed for android only. |
@cesardeazevedo okay. so what do you suggest to achieve the same behavior in android? |
horizontal scrollview than vertical scrollview than again horizontal scrollview. first horizontal scrollview will be paginated and can have more than one vertical scrollview which I can swipe left or right... can this library solve this issue? above example is not working as expected
The text was updated successfully, but these errors were encountered: