yoannmoinet / nipplejs

:video_game: A virtual joystick for touch capable interfaces.
https://yoannmoinet.github.io/nipplejs
MIT License
1.77k stars 181 forks source link

[BUG] Right-to-left issue #218

Closed nekocode closed 3 months ago

nekocode commented 3 months ago

In RTL style (setting the dir attribute of the html element to "rtl"), the position of the "back" element is incorrect:

image

It can be seen that the element has shifted to the left incorrectly:

image

To Reproduce Set the dir attribute of the html element to "rtl".

code sandbox example

Expected behavior The "back" element is correctly centered.