Android browser Javascript onclick event not receiving callbacks
I have a web application that has to be run on Android.
There are images on the web page that have 开发者_C百科onClick event listener (Javascript).
onClick event works only after A LOT of touches on the image.
Does anyone know how to fix this problem?
I fixed it using onTouchStart event instead of onClick event.
加载中,请稍侯......
精彩评论