Anyone run into this situation?
I am using a TabView for iOS App and also decided to use a ToolbarTitleMenu on a couple of the Main views.
Everything works as expected on iPhone versions of the App because the tabs are displayed along the bottom.
However on iPad they are "floating" in the top middle of the screen and therefore completely obscure the ToolBarTitleMenu selector.
Is there a way to get around this? I am surprised that Apple would have a standard control that does not work well on these two devices. Of course I can do a compiler #IF but would like to know if there is something I am missing here.