Skip to content

file:// uris not supported #581

@SnarkyCarbivore

Description

@SnarkyCarbivore

UriLoader goes to the StorageFileLoader for URIs prefixed with ms-, but uses the normal UriLoader (which leverages HttpClient) for everything else. This does not work for file:// URIs, which should be loaded with StorageFile.

While I can use the SetSourceAsync(StorageFile) to set the lottie in the file:// case, it would be more convenient if I could just pass in the URI regardless--and when using the StorageFile version of SetSourceAsync, the UriSource property of the LottieVisualSource remains null, so I can't use it to check if there is currently a lottie assigned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions