-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Incorrect layout with RefreshView, CollectionView that has an GridItemsLayout on iPhone #11327
Copy link
Copy link
Closed
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-refreshviewRefreshViewRefreshViewfixed-in-8.0.0-preview.4.8333Look for this fix in 8.0.0-preview.4.8333!Look for this fix in 8.0.0-preview.4.8333!p/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintpartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-refreshviewRefreshViewRefreshViewfixed-in-8.0.0-preview.4.8333Look for this fix in 8.0.0-preview.4.8333!Look for this fix in 8.0.0-preview.4.8333!p/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintpartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/ioss/needs-attentionIssue has more information and needs another lookIssue has more information and needs another lookt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I'm having an RefreshView with CollectionView that has an GridItemsLayout that should draw two columns of boxes. On Android, it is perfect:

But not on iPhone. It shows only odd boxes instead:

Steps to Reproduce
1.Create a new MAUI application.
2. Update MainPage.xaml:
`
`
`
namespace MauiApp2;
public partial class MainPage : ContentPage
{
}
`
Link to public reproduction project repository
https://github.com/vpshonyak/MauiApp2.git
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.1
Did you find any workaround?
No response
Relevant log output
No response