Skip to content

SVG Image Appears Blurred on iOS but Works Fine on Android #66

Description

@darkenstein0

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"/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions