1

I am converting my Xamarin Forms Application to .NET MAUI.

In existing app we have used FFImageLoader for loading svg image from url but this library doesn't support .net MAUI.

According to this Link it's not currently supported in MAUI and has been moved to backlog. Is there any alternative approach?

Any help is appreciated!

Mars
  • 269
  • 1
  • 3
  • 22
  • the workaround suggested in the link you posted is download the image locally and then display from a file – Jason Sep 27 '22 at 15:55
  • 1- you download the svg and display it from source "your resource path" 2- you can test if a webview works = – Leandro Toloza Sep 27 '22 at 15:57
  • So you have a URL and you wanna load that SVG? I have a NuGet package I created for SVG loading and more but I still need to implement loading from a URL though https://www.nuget.org/packages/FreakyControls – FreakyAli Sep 27 '22 at 19:32
  • I don't want to download the image locally, cause I need to load multiple images at once and it will take up lot of memory space. – Mars Sep 28 '22 at 09:39
  • So you can try to use the second method Leandro Tolaza proviced, it's hard to implement the FFImageLoader's function in the maui by yourself. – Liyun Zhang - MSFT Oct 17 '22 at 02:15

0 Answers0