Skip to main content

Flex iOS app version has huge font size?



I have an Android/iOS app that is almost complete, my only issue is that my iOS version has a huge font size on TextFields, whereas the Android version works perfectly?





Both apps work fine when I'm testing on my computer, but when I test on the devices (iPod 4G and Galaxy S) the Galaxy S displays the font as shown on my computer but the iPod displays the text in huge letters. It's for an input textbox so it's a big deal as you can't even see what you are typing in the letter are so big!!





I'm not sure what the issue is? Is there something I can add/look for to make certain the size? My is primarily coded in AS3 and I've attempted with a CSS file which looks like this:







@font-face{

src: url("fonts/Incognitype.ttf");

fontFamily: IncognitypeEmbedded;

fontWeight: normal;

size: 10;}







Any help would be awesome! Thanks!


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?