Skip to content

Fix some ScrollView rotation issues on iOS#8570

Merged
mattleibow merged 1 commit intonet6.0from
fix-8447
Jul 7, 2022
Merged

Fix some ScrollView rotation issues on iOS#8570
mattleibow merged 1 commit intonet6.0from
fix-8447

Conversation

@hartez
Copy link
Copy Markdown
Contributor

@hartez hartez commented Jul 6, 2022

Description of Change

On iOS, the ScrollView is sizing itself and it's content incorrectly when the device orientation changes. These changes allow changes in the ScrollView bounds to be laid out correctly after a device rotation.

This also provides a more stable version of the fix from #8451.

Also adds some gallery pages to make testing this stuff easier.

Issues Fixed

Fixes #8447
Also addresses at least some parts of #6499 - once this is merged, we'll revisit that issue.

Add some gallery pages to make testing this stuff easier;
@hartez hartez changed the base branch from main to net6.0 July 6, 2022 22:02
@hartez
Copy link
Copy Markdown
Contributor Author

hartez commented Jul 7, 2022

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@jsuarezruiz jsuarezruiz added area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter t/bug Something isn't working labels Jul 7, 2022
@mattleibow mattleibow self-assigned this Jul 7, 2022
@mattleibow mattleibow added this to the 6.0-sr3 milestone Jul 7, 2022
Copy link
Copy Markdown
Member

@mattleibow mattleibow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seems to be working on both iOS and macOS

@mattleibow mattleibow merged commit 4ce4d0a into net6.0 Jul 7, 2022
@mattleibow mattleibow deleted the fix-8447 branch July 7, 2022 13:53
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2023
@Eilon Eilon added area-controls-scrollview ScrollView and removed area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter labels May 14, 2024
@samhouts samhouts added the fixed-in-6.0.419 Look for this fix in 6.0.419! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-scrollview ScrollView fixed-in-6.0.419 Look for this fix in 6.0.419! t/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ScrollView does not handle rotation well

5 participants