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
Zach Klippenstein (he/him) [MOD]
08/12/2020, 1:36 PM
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).