FFImageLoading
FFImageLoading copied to clipboard
Image loading, caching & transforming library for Xamarin and Windows
I'm trying to add a SVG image to a TabbedPage. It comes up very blurry though. If I try to compensate the size for the screen scale, it comes out...
## 🐛 Bug Report I'm binding the CachedImge with a URL constructed as https:///.jpg, and the image never loads. when I checked the debug logs I've found the URL changing....
## 🐛 Bug Report i am getting this error ava.Lang.NullPointerException: 'Attempt to invoke virtual method 'void android.view.animation.Animation.setStartTime(long)' on a null object reference' on using ffcachedimage for regular everything is ok....
## 🐛 Bug Report In iOS there is a default border in title bar in MAUI. We used a renderer and the border also removed, but the title text color...
## 🐛 Bug Report SVG-Images aren't loading anymore: Method not found: SkiaSharp.SKMatrix SkiaSharp.SKMatrix.MakeScale(single,single) ``` System.MissingMethodException: Method not found: SkiaSharp.SKMatrix SkiaSharp.SKMatrix.MakeScale(single,single) [DOTNET] at `System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[d__22](d__22&` stateMachine) [DOTNET] at FFImageLoading.Svg.Platform.SvgDataResolver`1[[FFImageLoading.Drawables.SelfDisposingBitmapDrawable, FFImageLoading.Compat, Version=3.0.0.0, Culture=neutral,...