jellyfin / jellyfin-expo

Jellyfin Mobile for iOS
https://jellyfin.org
Mozilla Public License 2.0
319 stars 68 forks source link

Investigate RTL layout support #117

Open thornbill opened 4 years ago

thornbill commented 4 years ago

Now that we have translations in some RTL languages, we should investigate what is needed to support RTL layout for those languages.

rhayun commented 4 years ago

i think the main issue is not css many of the javascript libraries and custom code are hardcoded left and right you can see my fork (i am just playing there) https://github.com/rhayun/jellyfin-web-rtl

i used gulp-rtlcss to auto RTL all the css (some need fixes manually) and then i notice many issues with video player and scrolls i fixed some - but for sure not the best way to do that