Reputation: 11489
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!
Upvotes: 2
Views: 206
Reputation: 5589
You are probably looking for <input type="email">
. Here is a nice list of the input types that mobile browsers support.
Upvotes: 1