Question
Font in textinput=very small, iOS
(Flash cs 5.5, iOS, iPhone)
New problem ![]()
So I use: needsSoftKeyboard= true; requestSoftKeyboard(); to show the keyboard on my highscore-screen, where the user write the name in a textinput-field. The problem is that the font is so small. If I skip "needsSoftKeyboard= true; requestSoftKeyboard();", so the user must click on the textinput-field to write (then the keyboard shows), then the font is normal.
Any tip?