-
Notifications
You must be signed in to change notification settings - Fork 30
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
Button next and previous not working in RTL #86
Comments
Adding an online demo: It will work if you just replace |
Facing the same issue. On RTL mode, clicking the buttons doesn't do anything. But touch scrolling works fine in RTL direction. |
Hi @heyyo-droid , is this the way to fix the issue? I'm facing this issue and add but it didnot work. I'm use angluar |
I didn't provide any solution in my fiddle, it just demonstrate the bug that the slider buttons are not working in RTL direction but does in LTR.
|
Hi @nicped , Your library is awesome we love it, we use it now on all our projects, but this bug in Right To Left websites is a really a big limitation. I updated my fiddle to make it a little more explicative. |
I'm also interested in this one. It's a must-have feature for websites with RTL languages. |
The direction of an element could be set on the element itself using So we can't only retrieve Code to detect the direction of an HTML element:
PS: usually on RTL pages, |
Hi @nicped , PS: I also added a .vscode settings.json for Linux. I needed it to adapt |
Looks good to me |
I put in place a Github page to preview RTL support: |
Awesome - thanks for chipping in. Looks good - I will give it a spin together with a bunch of other changes that needs to be published as well... |
I was thinking to add Direction as new checkbox in Configuration page too. What do you think ? |
I'm curious what will come next on top of the current 🍦 |
@nicped any update on this ? |
Describe the bug
in RTL website, Navigation and indicators are clickaable(we see mouse pointer on hover) but clicking has no effect.
To Reproduce
Example of configuration used not working:
https://swiffyslider.com/configuration/?slider-item-ratio=slider-item-ratio&slider-item-snapping=slider-item-snapstart&slider-nav-visible=slider-nav-visible&slider-indicators-style=slider-indicators-round&slider-indicators-highlight=slider-indicators-highlight&preview-style=preview-images
In LTR no issue.
The text was updated successfully, but these errors were encountered: