-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Swipe not working when dealing with RTL #6
Comments
maenabbasi
changed the title
The Swipe not working when dealing with LTR
The Swipe not working when dealing with RTL
Aug 2, 2017
Can you try set rtl to jcarousel without jcarouselSwipe plugin. I think problem in jcarousel. |
Apply the code above, it works now but when I swipe right it scroll to opposite left |
Ok. I see. I will fix this. Thanks for the issue and example) |
Hi. Sorry for waiting. I fixed this issue. You can check it here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$('.jcarousel')
.jcarousel({
// Options go here
horizontalDirection:'rtl'
,rtl:true
}).jcarouselSwipe();
when trying this, it is not working and the content disappear
The text was updated successfully, but these errors were encountered: