AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
24.35k stars 2.1k forks source link

Soft Keyboard Reappearance Issue for an already focused TextBox #15695

Closed mosabnasri closed 2 weeks ago

mosabnasri commented 1 month ago

Describe the bug

After I focus a TextBox and manually close the keyboard, it will not reappear when I click on the TextBox again. the only way to have it back is to change the focus to another control and then clicking the TextBox again so that it has a new focus.

AvaloniaUI_Issue_TextBox_2

To Reproduce

This happens for any Basic TextBox when you run your app on Android

Avalonia version

11.1.0-beta2

OS

Android

Additional context

No response

jp2masa commented 1 month ago

Will be fixed by #15603.