Skip to content

WebImage with SVG working on Simulator and not on real device #284

@kekko7072

Description

@kekko7072

I have this code witch it's working on the device simulator but not in real device iPhone 8 with iOS 16.6.

WebImage(url: URL(string: element.icon.url))
                                                .placeholder {ProgressView()}.resizable().frame(width: 22, height: 22).opacity(activitySubtype?.id == element.id ? 1 : 0.4)

No error it's reported in console.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions