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
Hi, I have been using this library in my app for a while, and I just noticed a weird issue with how image is scaling to actual size on Android & iOS
On Android the image starts out small and then is animating to full size, is there a way to skip that scale animation and force it to go to full size immediately.
video_2025-07-19_16-30-19.mp4
On iOS the same image is stuck on small size weirdly and not scaling up at all.
Steps to Reproduce
I am using MarkdownElement so that I can add other elements I need in the LazyColumn.
Bug Description
Hi, I have been using this library in my app for a while, and I just noticed a weird issue with how image is scaling to actual size on Android & iOS
On Android the image starts out small and then is animating to full size, is there a way to skip that scale animation and force it to go to full size immediately.
video_2025-07-19_16-30-19.mp4
On iOS the same image is stuck on small size weirdly and not scaling up at all.
Steps to Reproduce
I am using
MarkdownElementso that I can add other elements I need in the LazyColumn.https://github.com/msasikanth/twine/blob/bceff5f578131b04d842dc803e95f16c7adfd701/shared/src/commonMain/kotlin/dev/sasikanth/rss/reader/reader/page/ui/ReaderPage.kt#L258
Every time the component is revisited after scrolling, the animation starts again on Android.
Environment
Checklist