jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
594 stars 51 forks source link

No smooth vertical scrolling inside of HorizontalPager #93

Open DrifterAtSea opened 5 months ago

DrifterAtSea commented 5 months 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 5 months ago

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