soyjavi / QuoJS

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

No swipe left & right on android 4.0.2 & chrome #70

Closed aviatrix closed 10 years ago

aviatrix commented 11 years ago

Currently I'm developing an app with lungo and quojs ,and we are experiencing some weird problems on android devices.

There are no left & right swipe events. (or at least not working properly ) I'm testing on Nexus 7 with the latest chrome browser.

However these events are properly detected on iOS devices (ipad/mini,iphone) (and firefox os too)

Please let me know how can I help you to fix those bugs

Edit : // turns out there is a bug in chrome for andoid : https://code.google.com/p/chromium/issues/detail?id=152913

and https://code.google.com/p/chromium/issues/detail?id=172533

GittiHab commented 10 years ago

This is still not solved. Please notify this thread if it is solved, so I know. Thank you for developing such great libraries.

aviatrix commented 10 years ago

It looks like this was fixed in Chrome 36 some 3-4 months ago