AvaloniaUI / AvaloniaEdit

Avalonia-based text editor (port of AvalonEdit)
MIT License
702 stars 138 forks source link

Repetitive input on Android #417

Open Necromanika opened 2 months ago

Necromanika commented 2 months ago

Each time you enter a new character, the previous text is inserted before it. Like if you want to write "hey", it will turn into "hhehey". This behavior starts again when the software keyboard is reset. AndroidEdit

I found that the "Text" property of args in the "OnTextInput" for each new character has all the text entered (with the previous characters).

.net8.0 Android API 31 Avalonia 11.0.10 AvaloniaEdit 11.0.6