Back to API Reference
Enum

KeyboardType

Keyboard layouts with defined iOS, Android, and Web mappings.

Remarks

iOS-only layouts are selected through IOSKeyboardTypeOverride.
public static readonly KeyboardType Default = 0

Use the system default keyboard.

public static readonly KeyboardType ASCIICapable = 1
public static readonly KeyboardType NumbersAndPunctuation = 2
public static readonly KeyboardType URL = 3
public static readonly KeyboardType NumberPad = 4
public static readonly KeyboardType PhonePad = 5
public static readonly KeyboardType EmailAddress = 6
public static readonly KeyboardType DecimalPad = 7
public static readonly KeyboardType WebSearch = 8