AvaloniaUI/Avalonia

On Screen Keyboard does not reappear after it has been dismissed.

The-Zenix opened this issue · 2 comments

Describe the bug

Tapping in a TextBox on Android brings up the On Screen Keyboard. But if you dismiss the keyboard, tapping the TextBox again does not bring it back.

To Reproduce

  1. Create an Android app with a TextBox
  2. Select the TextBox - keyboard appears
  3. Dismiss the keyboard
  4. Tap the TextBox again

Expected behavior

No response

Avalonia version

11.1.0

OS

No response

Additional context

No response

Please try latest release. If possible also nightly builds.

Oh man, did not realize how out of date my version was. Upgraded to 11.3.6 and the bug is fixed. Thanks so much for replying - apologies for bringing up such an old issue.