iOS App with Rich Text inside a TextArea
Hi everybody,
I need to develop an AIR for iOS application with a TextArea including rich text. It might be editable.
The text should look something like this:
Number of cars: 7
Number of planes: 12
The problem comes when the user clicks on the text in order to change it with the software keyboard, it looses the format. If you click on 7 or 12 the whole text gets bold, and the opposite situation if you click on the regular text, both 7 and 12 get regular.
I tried to do it with the older version of TextArea(StyleableTextField) because if I try to do it with the newer one (StyleableStageText) it's imposible to set different text format.
Thanks and regards
