HtmlText icon indicating copy to clipboard operation
HtmlText copied to clipboard

Jetpack Compose HtmlText

Results 10 HtmlText issues
Sort by recently updated
recently updated
newest added

I have put an H1 tag in a text and it has not worked.

If a parent composable is listening for clicks, the HtmlText stops the clicks from occurring. Here is an example: ```kotlin Column { Card( modifier = Modifier.clickable { println("Clicked the html...

Hello, when I use HtmlText with this : ```kotlin HtmlText(color = Color.White, text = "Le vert") ``` Color isn't applied when I use API < 24

as title says, it would be neat with KMP support

On version 1.4.0 and 1.4.1 I receive this error for some Composables: ![Screenshot 2023-02-28 at 19 23 59](https://user-images.githubusercontent.com/60232541/221930274-94376897-3362-4bec-9390-305d3f7d2d76.png) But on version 1.3.1, the same code works perfectly...

Please add support for passing minLines to the Text composable

`"\r\n&nbsp;25% off one item of your choice&nbsp;\r\nEarly access and exclusive offers\r\nInspiration and style tips\r\n\r\nOur commitment is to protect your data &amp; privacy.\r\n"`

this is to add support for `RelativeSizeSpan` like "BIG" and "small"

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...