Skip to content

Regression Bug. Nested ScrollView does not work in Android. Works in iOS. #20920

@Manish-Pradhan-FP

Description

@Manish-Pradhan-FP

Description

More details here #7811
This bug existed in DotNet 7 and was fixed in DotNet 8 but in its back in 8.0.7. If I revert back to 8.0.6 the issue goes away.

Steps to Reproduce

<ScrollView Orientation="Horizontal">
    <ScrollView Orientation="Vertical"/>
</Scrollview>

The inner scrollview does not scroll in Android.

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

8.0.6 SR1
8.0.4-nightly.9742 (I realize 4 is less then 6 but this version is newer than 8.0.6)

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions