essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

event "touchstart" is not support #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 if I have a code as below:
 $("div.item").bind("touchstart", function () {alert("touchstart")})

the touchstart event will never fire.

I try it in Win8 tablet.

Original issue reported on code.google.com by joinz...@gmail.com on 29 Jun 2013 at 4:53