-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[regression/8.0.0-rc.1.9171] ScrollView always has a scroll bar on iOS #17224
Comments
related #16352 Side note, this isn't a regression it's just that we changed the default for SafeArea which causes this to happen. If you change the safe area in NET7 the same thing happens. |
I think I'll leave the regression label because it is an unexpected change in behavior. However, we should document the workaround here (change the safe area). |
Verified this on Visual Studio Enterprise 17.8.0 Preview 2.0. Repro on iOS 16.4(8.0.0-rc.1), not repro on Android 13.0-API33 with Maui template: |
Fixed by #18277 |
@PureWeen did you intend to close this one? |
Just checking. All good. |
Description
The scrollview seems to always be scrollable on iOS with .NET 8 RC 1
Steps to Reproduce
Link to public reproduction project repository
N/A
Version with bug
8.0.0-rc.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.92
Affected platforms
iOS
Affected platform versions
iOS
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: