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

Text selectable not working on android and ios #1197

Open
Fulanko opened this issue Mar 27, 2020 · 3 comments
Open

Text selectable not working on android and ios #1197

Fulanko opened this issue Mar 27, 2020 · 3 comments
Labels
enhancement plat: react-native Primarily affects react-native (iOS / Android) stale This ticket may be old, or may no longer be valid, and will be closed if no further activity occurs

Comments

@Fulanko
Copy link
Contributor

Fulanko commented Mar 27, 2020

I can't get RX.Text to be selectable on native platforms.
<RX.Text selectable={true}>Cannot select this text</RX.Text>

It works fine on web.
reactxp: 2.0.0
react-native: 0.61.5

@fbartho fbartho added enhancement stale This ticket may be old, or may no longer be valid, and will be closed if no further activity occurs labels Aug 9, 2020
@fbartho
Copy link
Contributor

fbartho commented Aug 9, 2020

@Fulanko is this still a concern? Looking at the Android implementation of RX.Text I think this feature wasn’t originally implemented on react-native mobile. And the documentation suggests that this "affects mouse and copy operations".

This might be a feature that was added later to react-native.

This means it’s a feature we can add to ReactXP!

@fbartho fbartho added the plat: react-native Primarily affects react-native (iOS / Android) label Aug 9, 2020
@fbartho fbartho added this to the 2.1.0 or 3.0.0 milestone Aug 9, 2020
@Fulanko
Copy link
Contributor Author

Fulanko commented Aug 10, 2020

You are right. This was not originally implemented in react-native, so it's not a bug in reactxp.

@fbartho
Copy link
Contributor

fbartho commented Aug 10, 2020

Please let me know if you’re interested in contributing this @Fulanko?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement plat: react-native Primarily affects react-native (iOS / Android) stale This ticket may be old, or may no longer be valid, and will be closed if no further activity occurs
Projects
None yet
Development

No branches or pull requests

2 participants