SVG images disappear after navigating from flyout menu

sintedu1 96 Reputation points
2021-01-22T19:01:37.58+00:00

I recorded a sample video and uploaded it to YouTube:

https://youtu.be/iMfJxWkljeE


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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
0 comments No comments
{count} votes

0 additional answers

Sort by: Most helpful