I have a small javascript keypad which is used for loggin into a web
application.

It is very responsive on the desktop, but when I view the web app
through the browser in the android tablet, the response is sluggish.

I need to be able to make the keypad very responsive, it will serve as
a kind of calculator in the web app, and a user should be able to tap
the buttons pretty quickly.

I simply have each number in the keypad wrapped in a div which has an
onclick event launched every time a key is clicked, which, in turn,
displays the key that has been pressed.

Is there any way to increase the responsiveness of it?

thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to