这是我用于 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 图标)?