Qawaz / compose-code-editor

Display & Edit code with syntax highlighting in jetpack compose
https://qawaz.github.io/compose-code-editor
MIT License
66 stars 5 forks source link

Text input does not work #10

Closed Turbovadim closed 1 year ago

Turbovadim commented 1 year ago

When using a virtual keyboard, text input does not work. Although when using a physical one in the emulator, everything is fine.

wakaztahir commented 1 year ago

Jetpack compose has updated text field a lot , I am still waiting for this issue to be fixed

The library doesn't concern itself with input though , The library allows a way to convert code to annotated string so whenever compose fixes issues related to annotated string and text fields

I'll let you know when I have a better solution.

wakaztahir commented 1 year ago

working on it

Turbovadim commented 1 year ago

I'm waiting. I hope that everything will work out

wakaztahir commented 1 year ago

https://issuetracker.google.com/issues/265579399

I had to make an issue , waiting for their response.

estivensh commented 1 year ago

I also have the same problem, it has not been solved yet?

wakaztahir commented 1 year ago

no

Turbovadim commented 1 year ago

I saw on https://issuetracker.google.com/issues/265579399 that the problem no longer exists. I checked, it is, now TextField works correctly.