iOS / Mobile Safari Form tags
I've been looking at enhancing my site for iPhone/iPad /etc and noticed that there is a feature to change the keyboard available on forms depending on the input type.
The following are available:
type="tel" / for the numerical keyboard to make entering a phone number easier
type="email" / also this field type should automatically add : autocorrect="off" autocapitalize="off"
type="url" for entering web addresses
If you want just a numerical keyboard you can do the following:
type="text" pattern="[0-9]"
What would be the best way to add these to the Form_builder.php library, and do you think they'd be good ideas for the next release?
Thanks.
Comments