Skaldebane
12/25/2024, 5:46 PMhide()
on LocalSoftwareKeyboardController.current
while being focused on a text field, clicking the text field again doesn't show the keyboard again.
Tried working around that by calling show()
on the keyboard controller when pressing the text field, but it doesn't work either.
It seems that once hide()
is called, the keyboard can never be brought back unless I remove the text field from composition and bring it back again.