I have a web application that has to be run on Android. There are images on the web page that have onClick event listener(javascript). For some reason, the onClick event works only after A LOT of touches on the image. Does anyone know how to fix this problem?

Thanks in advance.

link|improve this question
feedback

1 Answer

I fixed it using ontouchstart event instead of onclick event.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.