これがtextInputのCSSです
s|TextInput{
skinClass: ClassReference("spark.skins.mobile.TextInputSkin");
contentBackgroundColor:#FFFFFF;
focusAlpha:0;
showPromptWhenFocused:false;
}
そして私はシンプルに使用します:
<s:TextInput id="id1" />
<s:TextInput id="id1" height="40" />
<s:TextInput id="id1" height="60 />
iphone/ipad の場合: 閉じるアイコンは上部が切り取られて表示されます:
それを修正する方法はありますか?(またはそのXアイコンを削除する方法さえ)?