ch4rl3x / HtmlText

Jetpack Compose HtmlText
Apache License 2.0
128 stars 18 forks source link

[Feature Request] Please add Image support for HTML page #17

Open nirazv opened 4 months ago

nirazv commented 4 months ago

Please add support for ImageLoading in middle of HTML page.

If any tag occurs in middle of HTML content then please add AsyncImage call from Coil Image Loading Library to display the Image Content.

I believe this library should be using Column to display HTML content into views?