Hello. I have just downloaded from this page
https://github.com/xamarin/xamarin-forms-samples/tree/master/Navigation/MasterDetailPage
code to create a master-detail page. When I run this code I have noticed that master-detail page is behaving very strange on iPad. Look at the gif below:
?
(I changed the background color of the master page to green to better visualize this bug.)
When I am changing the orientation of a device, the master page is behaving very strange. You can see that the white space on the left is appearing. Is it a known bug in Xamarin Forms? Does anyone know some workaround to prevent this strange behavior?