[Android] ScrollView locks when paired with Horizontal scrolling
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
When a page has a horizontal and vertical scrollview, scrolling on the horizontal scrollview will lock the scroll operation on the vertical scrollview.

### Steps to Reproduce
See repro project linked
- launch the android app
- tap the button on the main screen
- scroll the horizontal scrollview on top
- try and scroll the main vertical scroll view (you can't because it's locked)
### Link to public reproduction project repository
https://github.com/InquisitorJax/BugReports/tree/main/MauiBugReports
### Version with bug
9.0.70 SR7
### Is this a regression from previous behavior?
Not sure, did not test other versions
### Last version that worked well
Unknown/Other
### Affected platforms
Android
### Affected platform versions
_No response_
### Did you find any workaround?
No work-around yet. Would be grateful for one as this is effecting our production app :(
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.