I apologize if this has been brought up before, I searched and couldn't find anything.
My application has four tabs in it (so the "More" button doesn't show in iOS). When viewed in portrait I see all four tabs and have to swipe the screen to change to a different one.
When I change to landscape the tabs go away and I see a drop down menu that lets me pick the different tabs.
When viewed on a tablet it is opposite, portrait has the drop down menu and landscape the tabs all show.
It seems to me that the tablet is correct and the phone is backwards. The drop down list should show in portrait mode and the tabs should show in landscape mode.
I'm wondering if I'm missing a setting in my code that makes the phone behave like this or if it is a bug with Xamarin.Forms?
Thanks,
Greg