Did anyone managed to “control” keyboard on iOS? I...
# compose-ios
m
Did anyone managed to “control” keyboard on iOS? I guess that it is not yet supported properly for iOS since keyboard actions and options on text field or
LocalSoftwareKeyboardController
don’t do anything on iOS. I’m Android developer and always hated old, non Compose API-s to interact with keyboard, but when I realized that there is no simple method to call in iOS to dismiss/hide keyboard I guess we were lucky with what we had 😂
d
We have just a default TextField's keyboard option as a simple text. (Without Keyboard preferences, like CAPITALIZED, Numbers, etc.) Of course, we plan to support customization. But the priority is low for now.
m
Yeah I know it is still experimental, but you guys are rocking it. I’m really impressed how much of it already works! Keep up the good work and thanks for your efforts. 🙂
332 Views