Is there an HTML attribute to tell smartphone keyboards to show special email keys? -


i notice when using touch-screen smartphone (no physical keyboard) when app asks email address entered in textbox, on screen keyboard modified provide specialized keys enter blocks of text, '.com' or push characters foreground key, '@'.

is there html attribute or style can add html input boxes tell smartphone/browser provide these specialized keys?

according

http://www.bennadel.com/blog/1721-default-to-the-numeric-email-and-url-keyboards-on-the-iphone.htm

you should use <input type="email"/>

it not work on android.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -