carouFredSel-jQuery
carouFredSel-jQuery copied to clipboard
Links in carousel dos not clkickable on mobile devices
If we use a swipe at the carousel links in carousel container do not clickable on mobile devices like ipad, nexus7 tablet etc
How to reproduce?
add link in carousel container
$('#foo2').carouFredSel({
<ul id="foo2">
<li><a href="http://github.cm">c</a></li>
<li><a href="http://github.cm">a</a></li>
<li>r</li>
When we remove swipe option - links is working
I got the same problem with android and iphone.
I have the same problem in ios9. When I was trying to change bind touchstart the clicks works but only allows 3 swipes.Please address this ASAP
https://easytraveljapan.com/tours/four-days-private-tours-in-okinawa
hello. same problem here I used this library on part "Other tour" https://easytraveljapan.com/tours/four-days-private-tours-in-okinawa
The button "details" cannot be clicked in android devices, but works on pc and ios.
How to fix this?
Any fixes ?
Same problem with mobile. version 6.2.1
The solution i found is. Set the onTouch and onMouse to false.
carousel.carouFredSel( { swipe : { onTouch : false, onMouse : false } });