Reputation: 1
Flex Mobile 4.5 and 4.5.1 - how to Call a numeric Sofkeyboard on some text-inputs instead of normal
without the solution of restrict, i want when i press a text input, i want to view a numeric buttons like 1. 2. 3. 4. 5. 6. 7. 8. 9. 0 like when i switched it to numeric
this problem is on Android, ios, blackberry
Upvotes: 0
Views: 321
Reputation: 749
Starting with Flex 4.6, there is an options softKeyboardType in which you can specify which mode you want the keyboard to appear in: http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/text/SoftKeyboardType.html
Devgirl has a good blog with examples: http://devgirl.org/2011/11/29/flex-mobile-development-flex-4-6-cool-new-soft-keyboard-features-sample-w-source/
Upvotes: 0
Reputation: 3022
Easiest thing to do is to build a custom component with that functionality and layout.
Upvotes: 0