When going to certain web pages with my iPhone, I notice that some text input boxes popup a different keyboard layout.
For example, Hotmail’s login page shows a keyboard with a smaller spacebar and an @ key when on the email address field.
How can I control the keyboard layout myself when designing web pages? I’m not talking about an application, only a normal web page that is designed for an iPhone.
Thanks!
You are probably looking for
<input type="email">. Here is a nice list of the input types that mobile browsers support.