The CachedImage control works correctly on Android, but on iOS, the svg image appears blurred or distorted. i'm using the latest version
This issue does not occur when using FFImageLoading.Compat. However, after switching to FFImageLoading.Maui to resolve an aggregate error encountered with the Compat version, the image quality on iOS is affected.
<ffimageloading:CachedImage
DownsampleToViewSize="True"
Aspect="AspectFit"
RetryCount="3"
RetryDelay="250"
CacheDuration="30"
HeightRequest="30"
WidthRequest="30"
Source="{Binding Icon}"
VerticalOptions="Center"/>