Not sure if it's related to #3834 , but I'm not seeing the TitleView I expect on UWP.
<NavigationPage.TitleView>
<StackLayout Orientation="Horizontal" VerticalOptions="Center" Spacing="10">
<Image Source="{OnPlatform UWP=Assets/iconXamagon.png, Default=iconXamagon.png}">
<Image.GestureRecognizers>
<TapGestureRecognizer
Command="{Binding TapCommand, Mode=OneWay}"
CommandParameter="https://www.xamarin.com"/>
</Image.GestureRecognizers>
</Image>
<Label Text="3.2.0" FontSize="16" TextColor="Black" VerticalTextAlignment="Center" />
</StackLayout>
</NavigationPage.TitleView>
TitleView content appears in the blue bar title space.
It's empty.

Android version showing the xamagon and 3.2.0 label I expect to see somewhere on UWP.

Still happens on master. But our gallery page works
The TabbedPage implementation for TitleView on UWP was never implemented which is why it's not showing up here for UWP.
any progress on that please?
Would be awesome to have!
Any news on this?
Does anybody have a solution for fix it?
Most helpful comment
Would be awesome to have!