My flex 4.6 mobile application uses a customized skinClass. Trouble is the softKeyboardType seems not to work anymore when using skinClass differant than the default one.
Any idea how to combine both ?
<s:TextInput id="login_txt" skinClass="skins.TextInputSkin" softKeyboardType="email"/>
(where skins.TextIputSKin is my own skin: I need to keep it)
It seems this quetsion is quite similar: Flex Mobile textInput in scroller text lag
Thanks