stevenwanderski / bxslider-4

Responsive jQuery content slider
Other
4.22k stars 1.86k forks source link

1:1 touch swipe #26

Closed raoulmedina closed 11 years ago

raoulmedina commented 11 years ago

Hi, I use bxslider in a phonegap application for swiping slides with html content. It worked fine until I downloaded your last version. It seems that since you changed the way you capture swipe events (your change on Nov. 21), there is some problem on Android phones.

In one of my slides I have an input field and a button. The click event on both the input field and the button works fine on Chrome, on iOS. But it does not work on Android. Looks like the click event is not passed to my elements... Rather strange since the only difference is the new way you handle swipe events now. I tried to figure it out but couldn't find were the error was. Any ideas ?

stevenwanderski commented 11 years ago

This jsfiddle seems to work just fine on Android 4.2 (notice the click event being passed to the button. Can you provide more info?