On Screen Keyboard does not reappear after it has been dismissed.
The-Zenix opened this issue · 2 comments
The-Zenix commented
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
- Create an Android app with a TextBox
- Select the TextBox - keyboard appears
- Dismiss the keyboard
- Tap the TextBox again
Expected behavior
No response
Avalonia version
11.1.0
OS
No response
Additional context
No response
timunie commented
Please try latest release. If possible also nightly builds.
The-Zenix commented
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.