I have a CollectionView, which contains a CollectionView, which contains a FlexLayout.
The top CollectionView is being used as a Carousel to contain the other CollectionViews.
When I use ios:Page.UseSafeArea="true", it does not handle adding the additional safe area correctly.
If I turn the iPhone to landscape mode, with the notch on the right, then the right edge of the FlexLayout is cut off by the safe area. The left edge starts at the safe area as it should.
It's as if the FlexLayout does not realize that the area it is to be drawn into, has been made shorter by UseSafeArea.
So what is going on and how do I fix it?