Open rmarinho opened 5 years ago
@rmarinho is this still an issue?
I am having this issue - so yes.
Can confirm this is still an issue on XF 4.5 and seems to be related to https://github.com/xamarin/Xamarin.Forms/issues/9857
@PureWeen Version 5.0.2012, I still have this issue
I am experiencing this issue in v5.0.0.2012.
For me the workaround was to not use ShellContent ContentTemplate.
Based on steps to reproduce above, try something like this:
<FlyoutItem Route="teams" Title="Equipas" Icon="{StaticResource teamsIcon}" >
<Tab Route="futebol" Title="Futebol" Icon="{StaticResource soccerIcon}" >
<ShellContent Title="News" Route="news" Icon="{StaticResource newsIcon}">
<pages:PostsPage />
</ShellContent>
</Tab>
</FlyoutItem>
I don't yet know what any other ramifications of this approach might be.
Description
If i use CollectionView inside a Tab that is inside a FlyoutItem, (so basic a top tab) i see the log bellow, and it doesn't render, the same view renders fine in a normal page or inside just a shell bottom tab.
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link