You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a web page with explicit direction:rtl renders content correctly. this is common among rtl websites.
instant view uses direction auto, and renders only its own known tags and content, and this causes issues
2.1 when a tag like a p starts with an English letter, it automatically pushes to the left!
Expected Behavior
direction:auto does not support all situations, so
on Android, it works fine!!!
On Desktop and iOS, it doesn't work!
Actual Behavior
it pushes content starting with emoji and English word to left and renders as LTR while it should be RTL and start from right side
Environment
Device:iPhone/iPad X
iOS version: 18.X
App version:11.4
The text was updated successfully, but these errors were encountered:
Description
2.1 when a tag like a p starts with an English letter, it automatically pushes to the left!
Expected Behavior
direction:auto does not support all situations, so
on Android, it works fine!!!
On Desktop and iOS, it doesn't work!
Actual Behavior
it pushes content starting with emoji and English word to left and renders as LTR while it should be RTL and start from right side
Environment
Device:
iPhone/iPad X
iOS version:
18.X
App version:
11.4
The text was updated successfully, but these errors were encountered: