Hi guys, on iOS, once I call `hide()` on `LocalSo...
# compose-ios
s
Hi guys, on iOS, once I call
hide()
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.
👀 1