-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Regression Bug. Nested ScrollView does not work in Android. Works in iOS. #20920
Copy link
Copy link
Closed
Closed
Copy link
Labels
area-controls-scrollviewScrollViewScrollViewfixed-in-8.0.10fixed-in-9.0.0-preview.3.10457i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidt/bugSomething isn't workingSomething isn't working
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-scrollviewScrollViewScrollViewfixed-in-8.0.10fixed-in-9.0.0-preview.3.10457i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidt/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done