Is It Possible To Capture Keys (A-Z, 0-9, Punctuation) From The Keyboard?

Hi,

I’m working on something right now where I have to enter a string but I do not need to use a textfield of any kind because the letters have to be placed in some sort of blocks (due to the GUI design of the app).

I’m messing around with native.newTextField right now for testing, but I cannot figure out how to actually capture the keys from the keyboard input.

Is there any way to do this? I mean there has to be a way otherwise no text input widget would work.

OK, I found something myself.

But you should note that native.newTextField is not editable by default …

OK, I found something myself.

But you should note that native.newTextField is not editable by default …