iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

event "touchstart" is not support #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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