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
Post a Comment