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 - Screen containing nested scrolling creating extra white space at the bottom #12175

Open
JoyusJM opened this issue Dec 16, 2022 · 5 comments
Labels
area-controls-scrollview ScrollView platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@JoyusJM
Copy link

JoyusJM commented Dec 16, 2022

Description

When we implement a screen containing nested scrolling in iOS, for eg; Parent is a scrollview and child is a grid view, then one of the grid contain a collection view. This scenario will create extra white space at the bottom of screen. This works fine in Android.

Steps to Reproduce

  1. Create a new .Net MAUI app.
  2. Set the parent as a scrollview
  3. Add a grid as a child.
  4. Create a collectionview in one of the child grid in that grid view.
  5. Run the app in iOS.

Link to public reproduction project repository

https://github.com/JoyusJM/NestScroll_iOS

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS Latest

Did you find any workaround?

N/A

Relevant log output

No response

@JoyusJM JoyusJM added the t/bug Something isn't working label Dec 16, 2022
@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Dec 16, 2022
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Dec 19, 2022
@ghost
Copy link

ghost commented Dec 19, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@jinxinjuan jinxinjuan added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Jun 7, 2023
@jinxinjuan
Copy link

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on iOS platform with sample project. NestScroll_iOS

@BenEastpoint
Copy link

BenEastpoint commented Nov 24, 2023

I'm also seeing the same issue when placing a list of collection view within a collection view. Each collection view in the list has a large gap at the bottom which I cannot remove.

All collection views are using a GridItemsLayout with vertical orientation.

@flipper09112
Copy link

+1

@Thera-RM
Copy link

Thera-RM commented Feb 2, 2024

Also seeing this Issue. Has anyone managed to find a workaround?

@Eilon Eilon removed the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-scrollview ScrollView platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants