dotnet / dotnet/maui

[Android] ScrollView locks when paired with Horizontal scrolling

Open
#29,862 4 comments 0 reactions 1 assignee Claimed by @kubaflo View on GitHub
area-controls-scrollview platform/android s/triaged s/verified t/bug
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.

![Image](https://github.com/user-attachments/assets/140f269c-7b61-4ff0-8392-1a09809e04f9)

### 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.