eclipsesource / eclipsesource/tabris-js
[RTL] Set drawer orientation manually for RTL languages
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
For example if system language in Android is Arabic or Persian, drawer is automatically located right side of app even if app language is English only.

How can I fix this issue? If app is designed for English and LTR orientation I want to keep it that way and not be depended on system defaults. If I have Arabic language option and customer choose it I want to move drawer to right side even if system language is English.
Basically what I want is to ignore system language defaults and control drawer orientation manually.
Contributor guide
Assessment
This issue has not been assessed yet.