I am using Xamarin.Forms 1.2.3.6257. No special code for iPad. When the app launches in portrait mode my one toolbar item (refresh) is there, visible, and I can press it and it works fine. Switch to landscape, it's still there until I click anything else that either reloads the current page or another page. Then, the icon is no longer visible. I did try to click in the areas I thought it might be (just in case it's there just not visible) and there was nothing. All pages involved are NavigationPage. The root of this application is a master detail (SplitView on iPad landscape).
I have run this app on other non-iOS "tablet" devices and it works fine.
Also, upgrading to 1.3.x is not a viable option unless it's proven this IS an issue with iOS forms and 1.3.x DOES fix the issue.
So has anyone else run into this or maybe know where I should even start looking?