-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 copy ALT text from an image on mobile #1102
Comments
regarding option 2: maybe double-tap instead of single-tap to reduce accidentally blowing away your pasteboard with errant touches. |
oh right - since this bug was written, the alt text UI has changed so single-tap expands or collapses the alt text overlay. so yeah you'd probably need it to be double-tap, press-and-hold (P&H), a discrete button, or a selectable text label on P&H. |
when you go to do this, make sure whatever interaction method you decide on can actually be performed using VoiceOver (and the Android equivalent). i don't know what RN's accessibility story will be here with regard to interactions on the text label itself, so if you need to use a discrete button then that's what you gotta do. remember, people who use screenreaders need to reproduce alt text as well. |
it occurs to me that a discrete button would be more easily discoverable to screenreaders. could just be a small, simple icon. (assuming RN can properly set NSAccessibilityDescriptionAttribute.) |
Appreciate it chelsea |
what i mean is that i don't know what interactions RN exposes and precisely to what extent it invents its own solutions -- i am a UIKit/AppKit girl -- so i want to put it out there that it's important to ensure the solution is usable via VoiceOver. |
Is your feature request related to a problem? Please describe.
If someone is cross-posting content manually to multiple platforms, I think it's a pretty common action to make a post with an image with alt text and then copy the post text and the alt text to the other app like Twitter or Ivory. The problem here is that it doesn't seem to be possible to copy alt text from an image in the Bluesky app. The alt text field can't be selected and does not react to taps.
The workflow:
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: