Join Slack
Powered by
Hello! Is it possible to implement in compose soft...
# compose
p
PHondogo
11/25/2022, 6:34 PM
Hello! Is it possible to implement in compose soft keyboard and integrate it? If yes, how to do it?
d
Daniele Segato
11/26/2022, 10:05 AM
https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method
Copy code
override fun onCreateInputView(): View {
I think when this is called you just pass a ComposeView.
9
Views
Open in Slack
Previous
Next