soyjavi / QuoJS

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

swipe support on android 4.0 #35

Closed btopro closed 12 years ago

btopro commented 12 years ago

Was able to perform a swipeLeft and swipeRight call correctly on my chrome browser as well as android 2.4 phone but its not working for chrome on android 4.0

btopro commented 12 years ago

Same issue with stock android 4.0 browser too

btopro commented 12 years ago

My issue appears related to correct identification of a floating layer that's being swiped as the device wants to scroll sideways (on certain swipes). I'll see if there's a way I can apply this differently on my end, seems to be nothing wrong with the library itself