Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

Links in carousel dos not clkickable on mobile devices #26

Open sychevsky opened 9 years ago

sychevsky commented 9 years ago

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

cuongmits commented 9 years ago

I got the same problem with android and iphone.

tsomik1 commented 8 years ago

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

congkevin commented 7 years ago

https://easytraveljapan.com/tours/four-days-private-tours-in-okinawa

congkevin commented 7 years ago

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?

vinutha93bnvs commented 5 years ago

Any fixes ?

alisaleem252 commented 3 years ago

Same problem with mobile. version 6.2.1

alisaleem252 commented 3 years ago

The solution i found is. Set the onTouch and onMouse to false.

carousel.carouFredSel( { swipe : { onTouch : false, onMouse : false } });