I saw other posts about this topic but their are not recent. The issue is when you have a .NET8 MAUI page and you change the orientation of your device, MAUI is not refreshing the UI.
Here an example. My application starts as portrait
Then I change the view as landscape
Then I change to portrait again and the page is like that
How can I force the refresh of the page for iOS and Android?