ch4rl3x / HtmlText

Jetpack Compose HtmlText
Apache License 2.0
133 stars 20 forks source link

Image support #11

Closed DjakaTechnology closed 1 year ago

DjakaTechnology commented 1 year ago

Hi thanks for the great library, it would be great if we able to show the image here as well

everestbis commented 1 year ago

Yes Image support would be great.

ch4rl3x commented 1 year ago

Images are currently not planned. I am not at all sure if images can be easily implemented with the current implementation. This component is not supposed to be a renderer for HTML

DjakaTechnology commented 1 year ago

Images are currently not planned. I am not at all sure if images can be easily implemented with the current implementation. This component is not supposed to be a renderer for HTML

Agreed with the complexity, I'm not sure how's the best way do have this capability.

I was comparing it with NSAttributedString in iOS which have capability to show image from html

ch4rl3x commented 1 year ago

I will close this issue. I don't see any valueable ways to implement these feature.

Feel free to make a PR if you find a good way. Refere to this issue, even if it is closed.