I have noticed that after updating iOS to v13.0, the MasterDetailPage is broken on iPads but it's still working on iPhones and Androids.
By broken I mean the whole page is white, without content.
The only way to fix this is to update Xamarin.Forms to the latest v4.2+.
The problem is that some other packages are not compatible (XF broke something else after v4.0) so I cannot update XF yet.
The App Store is rejecting my app because it shows a white screen on iPads with iOS 13.0+....so I would have to stop targeting iPads!
Try for yourself, here is a basic sample repo with MasterDetail page (the default Xamarin Forms template with MasterDetailPage).
https://github.com/stesvis/MasterDetailTest2
The same happens with Prism MasterDetailsPage:
https://github.com/stesvis/MasterDetailTest
- iPhones: works
- iPad -> iOS 12.2: works
- iPad -> iOS 13.0: white screen
Any solution for this HUGE headache?