soyjavi / QuoJS

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

Gestures not working on Firefox mobile #79

Closed svenclemens closed 10 years ago

svenclemens commented 11 years ago

Hello together,

I've tried to bind a function to swipeLeft and swipeRight via $$(...).swipeLeft(function(){}) and $$(...).swipeRight(function(){}). On most mobile browsers this works like a charm but on Firefox mobile the browser makes no move to react on this events. I've debugged with remote debugger and no error happens also the browser is not jumping in this functions.

Test systems are multiple android devices with android 4.x.x and Firefox mobile 23.0

soyjavi commented 10 years ago

Hi svenclemens!

I test in current version of FirefoxOS and works correctly.