How to control which keyboard is displayed when a user touches a text field in iPad?
Posted
by Edmund
on Stack Overflow
See other posts from Stack Overflow
or by Edmund
Published on 2010-03-12T03:06:40Z
Indexed on
2010/03/12
3:17 UTC
Read the original article
Hit count: 234
I am currently developing a web application to be run in iPad. How do I control which keyboard is displayed when a user touches a text field?
input type="text" pattern="[0-9]*"
I have tried the above html codes which tested working in ITouch but in the Apple iPad SDK emulator, it imply brings up the normal keyboard.
Any idea?
Thank you.
© Stack Overflow or respective owner