I use spark TextArea as my input dialog on my iPad1(IOS 5.1.1).
I use the codes as following
<s:HGroup x="5" y="65" left="5" right="5" width="750" height="50">
<s:TextArea id="inputTextfield" needsSoftKeyboard="true" click="onTextInputClicked(event)"/>
</s:HGroup>
I also call function requestSoftKeyboard when click this text area. What's strange is the return value of requestSoftKeyboard is true, However, I cannot see the soft keyboard.
Do I need to setup other stuff?