jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
507 stars 40 forks source link

No smooth vertical scrolling inside of HorizontalPager #93

Open JohannRosenberg opened 1 month ago

JohannRosenberg commented 1 month ago

When I try scrolling the markdown content inside of a HorizontalPager, it is clear that the scrolling is not smooth and that even trying to scroll back to the top is intermittent. I know that this has to do with the "compose-markdown" because if I replace the compose-markdown with a scrollable column with lots of text, the scrolling is very smooth.

jeziellago commented 1 week ago

Hi @JohannRosenberg Could you share a video showing the issue and provide more details?