DFreds
Results
4
issues of
DFreds
Hello, I noticed an issue where the back button changes to white when I tap it. This is problematic because I'd like to have a white background. I'm attaching three...
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...