-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Android] Fix bidirectional scrolling on Android #13623
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: is not a blocker, but please update the if before you land.
Could we include a sample in the Gallery?. Maybe in the actual sample include a Picker allowing to change the |
Co-authored-by: Samantha Houts <samhouts@users.noreply.github.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
@jsuarezruiz I added a gallery example on #13657 . I will also see if I can add device tests tomorrow |
Description of Change
On android , we use 2 native scrollviews to handle bidirectional scrolling. The HorizontalScrollView was always laying on the available height, but we want the vertical scroll to work on it's parent we need to use the scrollview content height and not the default available height
Issues Fixed
Fixes #2768
Fixes #5759
Fixes #7811
Fixes #9000
Related to #7979 android part only
Related to #13187 android part only