You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added CircularProgressIndicator to the onLoading lambda of KamelImage. It seems to be displayed correctly only for the first resource, but when switching to a different one, it is displayed for a couple of milliseconds before lagging and then displaying the new resource.
The app is downloading a random resource of cat (can be image, can be gif). It displays general loading dialog that takes the whole screen when receiving the url of resource. Then passes it to the KamelImage which loads the actual resource.
I've added
CircularProgressIndicator
to theonLoading
lambda ofKamelImage
. It seems to be displayed correctly only for the first resource, but when switching to a different one, it is displayed for a couple of milliseconds before lagging and then displaying the new resource.The app is downloading a random resource of cat (can be image, can be gif). It displays general loading dialog that takes the whole screen when receiving the url of resource. Then passes it to the
KamelImage
which loads the actual resource.Here the usage of Kamel
And here recording of such behavior:
compressed.mp4
Kamel 1.0.0-beta.7
Kotlin 2.0.0
Ktor 3.0.0-beta-2
KMP Compose 1.6.11
Checked on Desktop, Android and iOS platforms and all of them look like this
The text was updated successfully, but these errors were encountered: