I am developing an Air Application for mobile Devices. During the registration process we have some TextInput Fields.
On all devices everthing works fine but on iOs the cursor and the input text is placed somewhere in the middle of the TextInput - I think at the point the user clicks into the field...
Can I avoid this behaviour?
Thanks,
Christian
Seems the TextInputSkin makes the problem...
s|TextInput
{
skinClass: ClassReference("spark.skins.mobile.TextInputSkin");
contentBackgroundColor: #807F7F;
color: #FFFFFF;
fontSize: 32;
fontFamily: GGStandardFont;
fontWeight: normal;
}