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, includesemoji
Default
: default keyboardEmail
: keyboard for entering an e-mail, includes@
Numeric
: keyboard for entering numbers, includes,
and.
Plain
: keyboard for entering plain textTelephone
: keyboard for entering phone numbers, includesplus
andhash
Text
: keyboard for entering text, includesenter
Url
: keyboard for entering url's, includes/
<Editor Keyboard="Email" />