Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I recorded a sample video and uploaded it to YouTube:
To briefly explain my issue,
I have some images that I am getting from SVG.
I am declaring them like this:
<Grid>
<Path Data="..." Stroke="..." />
<Path Data="..." Stroke="..." />
<Path Data="..." Stroke="..." />
</Grid>
and it works fine. When I navigate through PushAsync and PopAsyn it also loads fine.
But when I navigate from Flyout Menu the images disapper. Other non-svg elements stay fine.
I fixed this issue by Updating my Xamarin.Forms to the latest preview build