ListView Items render incorrectly until iOS device rotated to landscape then back to portrait.

Hello - First post to the group. And somewhat still newish to MAUI and SF. Awesome it thus far! I have a challenge which I grabbed from the Essentials UI Kit, TravelPlanner (Github TravelPlanner). It pulls my data bindings, each item is displayed as expected from my models. Android views runs nicely thus far. IOS however, when the page loads, my content view containing the listview and items (50 or so) load. Great, but the content view is very narrow in the center of the view. I can swipe and see each item but again rendered as if a slight doorway cracked opening. If I rotate the device to landscape then back to portrait, they then display as expected and span the entire view of the page and I can scroll from right to left through each item. On android, this issue doen't happen so I suspect I need to read up on some iOS UI rendering but wondering if it's a simple item I'm overlooking? If anyone has some good reads, please do share.. I can share relevent code if needed? 

Thanks in advance!

-C


1 Reply

SJ Sowntharya Jayamoorthy Syncfusion Team January 27, 2025 12:06 PM UTC

Hi Christopher,

We have reviewed the reported scenario using the GitHub sample you shared, and all ListView items are rendered correctly.

To assist us in further investigating the reported scenario, could you please provide the following details such as: Xaml code of ListView page, MAUI package version, and iOS device details.


Regards,

Sowntharya J.


Loader.
Up arrow icon