Skip to content
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

[iOS] Scroll view doesn't scroll when its height is explicitly set #26900

Open
kubaflo opened this issue Jan 1, 2025 · 0 comments · May be fixed by #26893
Open

[iOS] Scroll view doesn't scroll when its height is explicitly set #26900

kubaflo opened this issue Jan 1, 2025 · 0 comments · May be fixed by #26893
Assignees
Labels
area-controls-scrollview ScrollView i/regression This issue described a confirmed regression on a currently supported version platform/iOS 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@kubaflo
Copy link
Contributor

kubaflo commented Jan 1, 2025

Description

I've identified a potential regression related to the simplified ScrollView on iOS (#26763). The issue occurs when an explicit HeightRequest is set on the ScrollView. In such cases, the content of the ScrollView is restricted to the specified height, which prevents scrolling as intended.

Screen.Recording.2025-01-01.at.02.26.16.mov
@kubaflo kubaflo added the t/bug Something isn't working label Jan 1, 2025
@kubaflo kubaflo self-assigned this Jan 1, 2025
@kubaflo kubaflo added platform/iOS 🍎 i/regression This issue described a confirmed regression on a currently supported version area-controls-scrollview ScrollView s/verified Verified / Reproducible Issue ready for Engineering Triage labels Jan 1, 2025
@kubaflo kubaflo linked a pull request Jan 1, 2025 that will close this issue
@jfversluis jfversluis added this to the .NET 9 SR3 milestone Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-scrollview ScrollView i/regression This issue described a confirmed regression on a currently supported version platform/iOS 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants