Improve responsiveness of $(...).click on touch interface
Posted
by
Bram W.
on Stack Overflow
See other posts from Stack Overflow
or by Bram W.
Published on 2012-09-04T09:37:02Z
Indexed on
2012/09/04
9:37 UTC
Read the original article
Hit count: 296
I need access to a web-based on screen keyboard which will be used on a touch interface. This example looks nice and functional, however when I try it on an iPad, the responsiveness it very low IMHO. It's not comfortable to use and sometimes whole words are misspelled due to slow response.
Is there a way to improve the experience on this type of on screen keyboard? This implementation uses the $('#id').click(...); function to process the events. Is there a better way to achieve the goal of typing on the screen? Are there better plugins out there?
Note: The final application will run on different types of devices. For several reasons, native on screen keyboards are no option.
© Stack Overflow or respective owner