bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.8k stars 1.51k forks source link

Accessibility issues when using enlarged text #6552

Open mayank99 opened 2 days ago

mayank99 commented 2 days ago

Steps to Reproduce

On iOS, enlarge text size in operating system settings. Then use the Bluesky app and find that the UI doesn't properly reflow in many places.

Two examples:

  1. When looking at list of followers, the username is aggressively truncated, so you have to tap into every record to identify who a follower is.
  2. When typing a post reply, the character count gets cut off.

Attachments

Screenshot 1 ![Screenshot showing that usernames are truncated after just 2 characters](https://github.com/user-attachments/assets/0664a57e-3a52-4c52-b0b0-b68c5cc8d2f6)
Screenshot 2 ![Screenshot showing the character count cut off](https://github.com/user-attachments/assets/9e59de61-d492-4cf7-b0d7-319dada2029b)

What platform(s) does this occur on?

iOS

Device Info

iPhone 15 Pro Max, iOS 17.6.1

What version of the app are you using?

1.93

Additional Information

See related a11y issues:

Also cross-linking older, related issues that were already addressed: https://github.com/bluesky-social/social-app/issues/1297 and https://github.com/bluesky-social/social-app/issues/1306