reveal.js
reveal.js copied to clipboard
In RTL mode, clicking left arrow takes me right and vice-versa
When I set rtl to true, I still have to click the "left" arrow to go to the next slide, even though this slide is now to the "right".
This was fixed in https://github.com/hakimel/reveal.js/pull/2579
I confirm this. Being on slide 1 of a rtl presentation, the arrow pointing left is displayed and the other one not displayed, although I can't press the arrow pointing left on the keyboard to see slide 1. I have to click in the arrow pointing right of the keyboard in order to see slide 2, which can be misleading.
The correct behavior is to show the arrows on screen as they are now, but should match / be consistent with the keyboard arrow keys.
A workaround is to add "keyboard: true" to the configuration, and use space, page down, enter... keys to navigate.
I have the same issue here, but in my case, I have my next slide at the left with an arrow pointing left and both the ⬅, ➡, h, and l will go to the left (the next slide).
reveal.js 4.3.0