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

Make it possible to select text in posts etc #954

Closed
0x53A opened this issue Jul 3, 2023 · 4 comments
Closed

Make it possible to select text in posts etc #954

0x53A opened this issue Jul 3, 2023 · 4 comments
Labels
blocked Waiting on a separate issue to finish feature-request A request for a new feature need-help Any support from community members will be helpful for this issue x:on-the-roadmap We're planning to do this but it may be a bit

Comments

@0x53A
Copy link

0x53A commented Jul 3, 2023

I would like all/most text to be selectable with the default system tools.

For example, on web, I can select parts of a post (by long-tapping), and then do anything with it, including (but not limited to) using the native translation feature.

image

image

On the iOS app, I would have to use the triple-dot menu to copy&paste the whole post into the notes app.

In addition to post text, I would also like alt-text of images to be selectable in app (it is on web). Maybe also profile descriptions?

Lastly, on iOS, there is automatic (on-device!) OCR for images. I believe apps can opt into this. This would be great for images with text.

This is how it looks on web:

image

I’m not an iOS developer but found this article which seems to describe how to enable this: https://developer.apple.com/documentation/visionkit/enabling_live_text_interactions_with_images

@0x53A 0x53A added the feature-request A request for a new feature label Jul 3, 2023
@ansh
Copy link
Contributor

ansh commented Jul 3, 2023

I would love for this to be possible as well, unfortunately it is quite hard to implement in React Native. I got to a decent place in this branch #453 but the issue happens when you have links and rich text which makes it very difficult to do without having unintended side-effects.

@ansh ansh added x:on-the-roadmap We're planning to do this but it may be a bit need-help Any support from community members will be helpful for this issue labels Jul 3, 2023
@intrnl
Copy link

intrnl commented Aug 16, 2023

would a toggle suffice as a compromise? I'd imagine when selecting text you wouldn't want to accidentally tap a link and ruin your selection

@ansh ansh added the blocked Waiting on a separate issue to finish label Sep 13, 2023
@fabOnReact
Copy link

fabOnReact commented Jan 6, 2024

I would be happy to work on a solution for this issue. Thanks

@haileyok
Copy link
Contributor

This got merged in 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting on a separate issue to finish feature-request A request for a new feature need-help Any support from community members will be helpful for this issue x:on-the-roadmap We're planning to do this but it may be a bit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants