<div class="meta" robots="noindex">

</div>

Enumeration

# Xojo.iOSKeyboardTypes

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `MobileTextField.InputTypes<mobiletextfield.inputtypes>` as a replacement.

</div>

## Description

Specifies the type of keyboard to use with `iOSTextFields</api/user_interface/mobile/mobiletextfield>`.

## 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.                                                                                                                                                       |
| Twitter               | 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.                                                                              |

## Compatibility

All project types on all supported operating systems.
