Skip to content

Fix VoiceOver labels in share extension folder picker#4111

Open
web3blind wants to merge 1 commit into
nextcloud:masterfrom
web3blind:fix-share-extension-voiceover-folders
Open

Fix VoiceOver labels in share extension folder picker#4111
web3blind wants to merge 1 commit into
nextcloud:masterfrom
web3blind:fix-share-extension-voiceover-folders

Conversation

@web3blind
Copy link
Copy Markdown

@web3blind web3blind commented May 15, 2026

Summary

  • add an explicit accessibility label to folder cells in the share extension target-folder picker
  • include the visible folder name and metadata text that is already shown in the cell
  • expose folder rows as actionable elements for VoiceOver users

Issue

Fixes #4099

Testing

  • Not run: iOS/Xcode build is not available in this environment
  • Static inspection: verified the share extension uses NCListCell for target folders and now calls setAccessibility(label:value:) for each cell

Accessibility impact

This should let VoiceOver announce the folder name/details while sharing a file into Nextcloud from another app, instead of focusing unnamed selectable rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessibility: BLOCKING - Folder selection when sharing a file from another app not accessible with the VoiceOver screen reader

1 participant