Skip to content

Accessibility focus order in React Native(ios) #447

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

Open
SaiMounisha22 opened this issue Jan 6, 2022 · 0 comments
Open

Accessibility focus order in React Native(ios) #447

SaiMounisha22 opened this issue Jan 6, 2022 · 0 comments

Comments

@SaiMounisha22
Copy link

SaiMounisha22 commented Jan 6, 2022

Accessibility Issue:- I have set of big text area which has 3 sections, each sections are break down with '\n\n' new line . with this new line content section looks good, But the when im reading the content, its skipping those text area.and if i add single '\n' at end of the text, then its reading. any help highly appreciated

example: {Hi\n\nthis is a test message\n\nwith multiple para}

the same content is reading if we add \n as below {Hi\nthis is a test message\nwith multiple para}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant