Flex Mobile Pop Up Keyboard with Numbers Selected
I have a Flex Mobile Application that requires users to input data into a form application.
When a user hits a certain TextInp开发者_StackOverflow中文版ut to enter information (Phone Number for example) I would like the keyboard that pops up to automatically change to numbers for the user to select, rather then starting at the main qwerty keyboard. I am not sure if this can be done or not.
Does anyone have any advice regarding this topic?
Thanks in advance!
I could be wrong but I do not believe we have control of that at the moment for flash mobile. If I am indeed right, your best bet would be to create your own keyboard overlay with 1-9 numbers on it. Then append the information to the textfield as you press the buttons.
精彩评论