Dmitry

Results 7 issues of 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*:...

bug
ios

Are there any plans to add support for the html tag? Like on this screenshot ![image](https://github.com/MohamedRejeb/Compose-Rich-Editor/assets/73364856/739af34b-3d43-4532-bd20-fed2faf0ccda)

enhancement

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

bug

What about support list-style-type css property, for diferent types of lists?

enhancement

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

bug
editor