-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
@sdaga
Description
I'm running this code on iOS 18 using SDWebImageSwiftUI v3.1.3 and noticed that animated webp don't work as expected. Please let me know if I'm missing something. I also tried using AnimatedImage(url: url)
instead of WebImage but didn't help either.
import SDWebImageSwiftUI
import SwiftUI
struct AnimatedWebp: View {
let url: URL?
var body: some View {
WebImage(url: url)
}
}
#Preview {
AnimatedWebp(url: URL(string: "https://colinbendell.github.io/webperf/animated-gif-decode/2.webp")!)
}
Metadata
Metadata
Assignees
Labels
No labels