Is there a way to show a keyboard without it being...
# compose
p
Is there a way to show a keyboard without it being requested by a textfield? Basically I want text to appear on a canvas as the user types.
z
Sounds like your trying to implement TextField from scratch? That's really complicated, but you can just dig into the TextField source to see how it works. I don't think it's using any private APIs (Compose is just a library after all).