Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.83 KB

File metadata and controls

18 lines (14 loc) · 1.83 KB

Input keyboard type - Xamarin

In Xamarin.Forms, you can set a keyboard type by using the Keyboard property.

The following Keyboard properties are defined:

  • Chat: keyboard for chatting, includes emoji
  • Default: default keyboard
  • Email: keyboard for entering an e-mail, includes @
  • Numeric: keyboard for entering numbers, includes , and .
  • Plain: keyboard for entering plain text
  • Telephone: keyboard for entering phone numbers, includes plus and hash
  • Text: keyboard for entering text, includes enter
  • Url: keyboard for entering url's, includes /
<Editor Keyboard="Email" />