Hi,
Looking for assistance around Flatspark ButtonIcon component used in a
Mobile project.
On my mobile application I am using the Flatspark ButtonIcon, the IconFont
does not display, shows a cross.
Code :
<components:ButtonIcon iconFont="{AwesomeUtils.fa_info_circle} "
height="{ButtonSizeEnum.Large}" label="Icon Button"/>
In the same application, the TestInputIcon works (shows icon)
<components:TextInputIcon fontSize="8" text="Mobile"
iconFont="{AwesomeUtils.fa_mobile}"/>
Any suggestions?
Thanks
Sugan