soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

pinch not working with firefox #81

Closed ghost closed 11 years ago

ghost commented 11 years ago

I add this code to QuoJS-master/spec/test/gestures.html. Chrome is ok but firefox is fail. How can I fix this? thanks.

$$("section.green").pinch(function() { $$(this).append(' | pinch'); });

soyjavi commented 11 years ago

I'm sorry but multitouch events depends of browser capacities... and for now Firefox (such as WP8) doesn't have a good support.