BoltBait
BoltBait

Reputation: 11489

How to get extra keys to show up on an iPhone keyboard for web input?

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

Answers (1)

Colin Gislason
Colin Gislason

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

Related Questions