Not working in RTL direction
See original GitHub issueI am showing popup but when i switched to arabic language. application direction get changed as below :
if(language == "arabic"){
I18nManager.allowRTL(true);
}
After allowing RTL when i tried to show popup screen stuck.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Html direction attribute is not working - Stack Overflow
This is old question, but i hope it'll help someone, If direction:rtl; didn't work then try to override bidi in your css
Read more >RTL is not working correctly with text align #1743 - GitHub
So the RTL is not working fine. We could try with something like: body[dir="rtl"] { direction: rtl; text-align: right; }. Original issue:
Read more >direction - CSS-Tricks
The direction property in CSS sets the direction of of content flow within a block-level element. This applies to text, inline, ...
Read more >CSS to force RTL - not working anymore? - Glide Community
From what I've read from other user's attempts at using CSS to force RTL, it seems like there is a lot that has...
Read more >RTL text direction not working (using elementor builder) - WPML
Problem : Most of the parts RTL display ok. But one global template, 'Footer', does not respond to RTL direction. I've added custom ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, version 2.0.4 is out with a basic fix, the popover should be visible but may be in the wrong place on the screen. Let me know how it works for you. I’ll keep investigating the layout issues and see what’s up.
Ok, thanks for the code. I’ve investigated further and found many issues with RTL layouts and this library. With some work I can make the popover actually appear, but there seems to be some layout issues that result in the popover being slightly off position. Not sure if it is an RN issue or on my end yet, but the built-in inspector bugs out in RTL. I’ll push out a basic fix soon and then continue investigating the weird layout issues.