Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Links in carousel dos not clkickable on mobile devices #26

Open
sychevsky opened this issue Nov 24, 2014 · 7 comments
Open

Links in carousel dos not clkickable on mobile devices #26

sychevsky opened this issue Nov 24, 2014 · 7 comments

Comments

@sychevsky
Copy link

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

@sychevsky sychevsky changed the title Links in carousel dos not clkickable Links in carousel dos not clkickable on mobile devices Nov 24, 2014
@cuongmits
Copy link

I got the same problem with android and iphone.

@tsomik1
Copy link

tsomik1 commented Dec 18, 2015

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
Copy link

@congkevin
Copy link

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
Copy link

Any fixes ?

@alisaleem252
Copy link

Same problem with mobile. version 6.2.1

@alisaleem252
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants