I have added these events in the constructor of a Class extending spark.components.TextArea:
addEventListener(TextEvent.TEXT_INPUT, handleChange); addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown); On Android the events are dispatched... but not on iOs 7.1 Has anyone else the same problem...? I thought it worked on ios6 with Flex 4.10 -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/TextArea-Events-not-working-with-Flex-4-12-and-iOs-7-1-tp6093.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
