Dmitry
Dmitry
Hi, i have the following problem: I'm trying to draw svg: ```svg T ``` In android it looks: But in ios: How can I solve this problem? My Kamel config:...
**Describe the bug** If use emoji (like ) in Text or TextField they are not rendered correctly. **Affected platforms** - iOS **Versions** - Kotlin version*: 1.9.23 - Compose Multiplatform version*:...
Are there any plans to add support for the html tag? Like on this screenshot 
Cursor behavior is incorrect in a RichTextEditor. When the cursor is moved to the edge of the text field, it incorrectly jumps to the beginning of the line. Additionally, it...
What about support list-style-type css property, for diferent types of lists?
At the moment I have only found support for inserting html code into richState. Is there any plan to support changing the current paragraph style? Like ` state.toggleParagraphStyle( style =...
When using compose 1.7.0-rc01 application crash when fast typing 'return/enter' button. Sometimes it happens when fast typing multiline text Here minimal reproduce example. https://github.com/GimazDo/KMPExample You can find app in examples/ruch-text-editor...