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 = 0Use the system default keyboard.
public static readonly KeyboardType ASCIICapable = 1public static readonly KeyboardType NumbersAndPunctuation = 2public static readonly KeyboardType URL = 3public static readonly KeyboardType NumberPad = 4public static readonly KeyboardType PhonePad = 5public static readonly KeyboardType EmailAddress = 6public static readonly KeyboardType DecimalPad = 7public static readonly KeyboardType WebSearch = 8