Why don't you just make your own CSS styled keyboard? Make the input fields read-only and trap the on-click event to reveal a hidden div that shows buttons laid out and styled the way you want. When the button is clicked, it appends (or deletes) the digits or characters to the read-only input field via javascript. You won't be able to position the cursor in the input field, but so what? Odds are you're not collecting paragraphs of data if you're using a restricted keyboard.
I'm pretty sure that this is the way the ridiculously complex web apps like Voice Central do it. Once I get the basics of my web app together I'm going to work on this, so I'll have code to post... may be a while, though :/ -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
