Closed arkivanov closed 2 months ago
I see something very similar when using a Scaffold with a Drawer; when I resize the window bigger the drawer contents will appear.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug
HorizontalPager
partially displays two pages after selecting the second page and resizing the window bigger.Affected platforms Desktop
If the bug is Android-only, report it in the Jetpack Compose tracker
Versions
To Reproduce
HorizontalPager
withModifier.fillMaxSize
and two pages, each page also hasModifier.fillMaxSize
state.scrollToPage(1)
Actual behavior Both pages are partially visible on the screen.
Expected behavior The second page remains expanded to the whole screen.
Screenshots
https://github.com/JetBrains/compose-multiplatform/assets/26204457/737a9ab8-7e82-4b8b-8d8e-200406761e67