Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instantview doesn't work properly in RTL direction in iOS #1633

Open
aminmesbahi opened this issue Nov 28, 2024 · 0 comments
Open

Instantview doesn't work properly in RTL direction in iOS #1633

aminmesbahi opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aminmesbahi
Copy link

Description

  1. a web page with explicit direction:rtl renders content correctly. this is common among rtl websites.
  2. 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

iOS, UL, OL, header
Android

Environment

Device: iPhone/iPad X

iOS version: 18.X

App version: 11.4

@aminmesbahi aminmesbahi added the bug Something isn't working label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant