mastodon-android icon indicating copy to clipboard operation
mastodon-android copied to clipboard

Alt text on images not visible

Open FediVideos opened this issue 2 years ago • 3 comments

There doesn't seem to be any way to view the alt text image descriptions?

This can contain important content, it would be good to have (for example) a long press expose the alt text, at least as an option in the context menu.

FediVideos avatar Apr 30 '22 12:04 FediVideos

There is currently no way to have it displayed on screen, but you can hear it if you use a screen reader.

grishka avatar Apr 30 '22 12:04 grishka

How about displaying a native Android toast popup with the alt text after long-pressing the image?

realpixelcode avatar Apr 30 '22 19:04 realpixelcode

^ mentioned this issue by accident, sorry about this!

sk22 avatar May 21 '22 15:05 sk22

I think a feature like the one described in the Mastodon web client repo would be great to add to the Android client. The iOS client also has the same issue. https://github.com/mastodon/mastodon/issues/18394

andria-dev avatar Nov 18 '22 02:11 andria-dev

How about displaying a native Android toast popup with the alt text after long-pressing the image?

You mean like how Tusky does it?

RiderExMachina avatar Nov 19 '22 20:11 RiderExMachina

How about displaying a native Android toast popup with the alt text after long-pressing the image?

You mean like how Tusky does it?

Yes, exactly. Tusky also displays the alt text in beneath the image in a “text container”; that would be an option too.

realpixelcode avatar Nov 19 '22 21:11 realpixelcode

Yes, exactly. Tusky also displays the alt text in beneath the image in a “text container”; that would be an option too.

well, that's what my PR already implements :D https://github.com/mastodon/mastodon-android/pull/129

Screenshot_2022-11-19-23-04-04-535_org joinmastodon android sk

sk22 avatar Nov 19 '22 22:11 sk22

Great! Love it! :)

realpixelcode avatar Nov 19 '22 22:11 realpixelcode