Xojo.iOSKeyboardTypes
From Xojo Documentation
Enumeration
Specifies the type of keyboard to use with iOSTextFields.
Values
Enum | Description |
---|---|
Default | Use the default keyboard for the current input method. |
ASCIICapable | Use a keyboard that displays standard ASCII characters. |
NumbersAndPunctuation | Use the numbers and punctuation keyboard. |
URL | Use a keyboard optimized for URL entry. This type features “.”, “/”, and “.com” prominently. |
NumberPad | Use a numeric keypad designed for PIN entry. This type features the numbers 0 through 9 prominently. This keyboard type does not support auto-capitalization. |
PhonePad | Use a keypad designed for entering telephone numbers. This type features the numbers 0 through 9 and the “*” and “#” characters prominently. This keyboard type does not support auto-capitalization. |
NamePhonePad | Use a keypad designed for entering a person’s name or phone number. This keyboard type does not support auto-capitalization. |
EmailAddress | Use a keyboard optimized for specifying email addresses. This type features the “@”, “.” and space characters prominently. |
DecimalPad | Use a keyboard with numbers and a decimal point. |
Use a keyboard optimized for twitter text entry, with easy access to the @ and # characters. | |
WebSearch | Use a keyboard optimized for web search terms and URL entry. This type features the space and “.” characters prominently. |