Does anyone have any ideas about how to make a Javascript virtual keyboard for iOS? It must be selectible, nice looking, clipboard compatible… etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I started some work on this a little while ago. See iOS/Android browser: showing a zoomed preview of button on touchmove and this example http://ampersand.no.de/iOSkeyboard. The last keyboard is the iOS one. It uses jQuery for DOM access, but could easily be changed to get rid of this dependency.
Maybe you could expand on this to get where you need to be?