1

How can I display .gif images in Compose Multiplatform on Android and iOS?

  • Coil supports gifs only on Android
  • Using a native implementation with UIImageView on iOS doesn't work, since the gifs have a transparent background (& SnizzorsUIView displays it on top of everything incl. e.g. the bottombar, causes more bugs)
  • Kamel didn't work either (I think it uses Coil)

Is there any other way of displaying .gif (or other animated image formats) in Compose Multiplatform on Android and iOS?

2
  • Convert another format then show Commented Sep 9 at 18:28
  • @ErfanSn I tried apng but the same issue there Commented Sep 30 at 11:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.