My app runs on iOS and Android. It has two tab bars, one at bottom (same as ios style), one on top. the bottom tabbar is my main tabbar. select one of the bottom tab, the top tabbar is shown on the tab page.
Is there anyway to do this with Xamarin.Forms? Which control should I use?
I found that nested tabbedpage are not allowed on Android. And, it looks strange on iOS. On Windows Phone, it is two Panaram Controls.