I have Xamarin.Forms app that uses MasterDetailPage.
On iPad, when using split screen set to 50/50 divide, application only shows master page, when I touch any list item, details page does not pop up.
Expected behavior would be to use either Popover style like in phone or master slide in from left.
When split is 75/25% application displays details page and master list can be slided in from left.
I have tested it with skeleton app copy pasted from documentation so any master/detail app should behave same.