-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
textSelectable does not work when texts are not in a tag and there are other tags #193
Comments
Changed HTML.js and HTMLRenders.js which solved my issue. |
Would be great to see this merged into the next version |
+1 |
This issue will be fixed soon. I'm implementing tests and reviewing the PR. So far, I understand that Android only considers the first Text element in the tree to apply the selectable attribute. But this library, in some occasions, applies the |
Had the same issue as this and #362, which is |
Is this a bug report or a feature request?
This is a bug report.
Have you read the guidelines regarding bug report?
yes
Have you read the documentation in its entirety?
yes
Have you made sure that your issue hasn't already been reported/solved?
yes
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Android (dont have an iPhone to test)
Is the bug reproductible in a production environment (not a debug one)?
yes
Have you been able to reproduce the bug in the provided example?
yes
Environment
Steps to Reproduce
Please refer to this snack.
https://snack.expo.io/H16whhV6Q
Expected Behavior
If textSelectable is provided, all texts should be selectable.
Reproducible Demo
https://snack.expo.io/H16whhV6Q
The text was updated successfully, but these errors were encountered: