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