Skip to content

Voice over description panel not recorded when using ScrollView - iOS 18.x #245

Description

@astwetteronline

Similar to #33, with iOS 18.x the content of ScrollViews isn't detected correctly. Or am I missing something?

@Test
func scrollView_a11y() {
    let view = ScrollView {
        ForEach(0..<10, id: \.self) { _ in
            Text("Hello World")
        }
    }
    
    assertSnapshot(
        of: view,
        as: .accessibilityImage(
            size: CGSize(width: 375, height: 500),
            shouldRunInHostApplication: false
        )
    )
}

Image

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions