Hi,
Using Xamarin Forms 1.3.2.6316
I have a tabbed page that contains a few ContentPage.
When navigating away from the TabbedPage by clicking on a link in one of the ContentPage, the navigation is not smooth. First the new ContentPage is displayed, then the TabBar of the TabbedPage disappears.
This makes the navigation really weird/annoying.
Note that:
- i don't encapsulate my TabbedPage children in NavigationPage as I want to navigate away completely from the TabbedPage when clicking on a link.
- the navigation is ok when in landscape mode as the TabBar appears inside the page toolbar, not below.
Anyone experienced the same? Is this a bug?
This looks like this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=22791
But it doesn't seem to have been resolved yet.
Thanks,
Alex