keyboard/textField events

I’m using the native.setKeyboardFocus() and I’m looking to get the text from a textfield as it is being typed. I can only find reference to three event types:

  1. began - keyboard has appeared

  2. ended - user stops editing field (they touch a different field)

  3. submitted - “return” key is pressed

Is there something like an “onChange” event for the textfield or a “tap” event for the keyboard? [import]uid: 39611 topic_id: 15789 reply_id: 315789[/import]

Yes there is. But it looks like we haven’t/forgotten to document it. There is a phase called “editing”.

These forum posts have some info on it.
http://developer.anscamobile.com/forum/2011/07/06/multi-line-text-input
http://developer.anscamobile.com/forum/2011/09/10/textfield-parsing
http://developer.anscamobile.com/forum/2011/07/12/textfield-limited-length [import]uid: 7563 topic_id: 15789 reply_id: 58539[/import]

Thanks a bunch!! That’s exactly what I was looking for.

(I hope that gets added to the native.newTextField() reference page.) [import]uid: 39611 topic_id: 15789 reply_id: 58645[/import]