C
cipher_neo
Hi Guys,
I have a small keypad that I coded up with a set of divs that have an
onclick event attatched to them, which append a number to a string (as
you would expect with a keypad).
I need the keypad to be extra snappy on a touch screen, but it just
doesn't cut it at the moment.
It takes a few 10ths of a second to actually register that you have
pressed a key.
I want to make this as fast as possible and was wondering if anyone
has any tips on how I could do this?
The touch interface is the ipad at the moment.
The app is a POS web app, so it is essential that the keypad is really
responsive.
I have a small keypad that I coded up with a set of divs that have an
onclick event attatched to them, which append a number to a string (as
you would expect with a keypad).
I need the keypad to be extra snappy on a touch screen, but it just
doesn't cut it at the moment.
It takes a few 10ths of a second to actually register that you have
pressed a key.
I want to make this as fast as possible and was wondering if anyone
has any tips on how I could do this?
The touch interface is the ipad at the moment.
The app is a POS web app, so it is essential that the keypad is really
responsive.