Sugan Naicker wrote
> I applied the fontWeight=bold to the font-face and it worked!
Great!
Only if you overlook my previous post:
An alternative is to use a custom skin:
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
@namespace components "flatspark.components.*";
components|ButtonIcon {
skinClass: ClassReference("ButtonIconSkinMobile");
}
</fx:Style>
Here you could find the fixed skin:
https://gist.github.com/ok-at-github/976409e8bec4e5d05461
Olaf
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Flatspark-Issues-with-ButtonIcon-component-on-a-mobile-device-tp12173p12198.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.