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

Announce scrolling state for VoiceOver #1644

Open
wants to merge 3 commits into
base: jb-main
Choose a base branch
from

Conversation

ASalavei
Copy link
Collaborator

Announce scrollable list state after scroll event when VoiceOver is on

Fixes https://youtrack.jetbrains.com/issue/CMP-702/iOS-a11y-refine-scrolling-behavior

Testing

With VoiceOver enabled, the following list statuses should be announced after three-finger scrolling events

  • First page (when at the top of the scrollable list)
  • Next page (when scrolling forwards)
  • Previous page (when scrolling backwards)
  • Last page (when reaching the end of the list)

Release Notes

Features - iOS

Support state announcements for scrollable lists in VoiceOver

…oll-events

# Conflicts:
#	compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/platform/Accessibility.uikit.kt
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.

3 participants