A proper image and svg solution as alternative to FFImageloading #13039
Replies: 7 comments 2 replies
-
SVG files: It would be nice if Xamarin.Forms would add support for SVG files for operation systems that supports this format natively. For example, UWP has SvgImageSource (https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.imaging.svgimagesource?view=winrt-19041). If the coresponding counterpart would be added into Xamarin.Forms, we could use SVG files for vector graphics on Windows. It would not add much code into Xamarin.Forms (probably) because OS would do the parsing and drawing. On Android, this is not a big problem because SVG files can be converted to XML drawables supported by Android and they work well in Xamarin.Forms. Yes, this format is not so powerful but it suffices for most cases. |
Beta Was this translation helpful? Give feedback.
-
you can use resizetizer nt |
Beta Was this translation helpful? Give feedback.
-
This discussion seems to have focussed on SVG support. There are other features of FFImageLoading I would like, for example loading placeholder, failure placeholder and fade on loaded. |
Beta Was this translation helpful? Give feedback.
-
Move FFImageloading into Xamarin Community Toolkit. |
Beta Was this translation helpful? Give feedback.
-
Hi is there anybody from the xamarin team monitoring this discussions? My cynical hat on I doubt anything will be done on this space. |
Beta Was this translation helpful? Give feedback.
-
I appreciate your recent development and trying to make xamarin.forms better but it seems to me that basic requirements are neglected. It has been more than 5 years and xamarin.forms doesnt have a proper image library. we all have been using FFImageloading for years but obviously maintainers has no time to maintain it anylonger. since a year no single contribution on this library and problems are growing and growing. Now with XF 5, it became not usable. Is it not time for Xamarin to provide a better solution? What we need is
Basically what ffimageloading have done earlier at its best.
Beta Was this translation helpful? Give feedback.
All reactions