You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the hero stage introduced in iOS 3.3.0 and tvOS 1.3.2 the image is scaled, top aligned and clipped. As a result SwiftUI incorrectly identifies the accessibility frame (ignores the clipping and takes the largest frame, the one of the image).
We can either fix this issue or report it as a bug to Apple. This is not a big deal as accessibility works fine (though on iOS scrolling behaves oddly if you can see the screen).
Issue type
Incorrect behavior
Environment information
Application version: iOS 3.3.0 / tvOS 1.3.2
iOS / tvOS version: Any
Device: Physical
Reproducibility
Always reproducible
Steps to reproduce
Launch the Play app
Enable VoiceOver
Navigate the hero stage
The text was updated successfully, but these errors were encountered:
With the hero stage introduced in iOS 3.3.0 and tvOS 1.3.2 the image is scaled, top aligned and clipped. As a result SwiftUI incorrectly identifies the accessibility frame (ignores the clipping and takes the largest frame, the one of the image).
We can either fix this issue or report it as a bug to Apple. This is not a big deal as accessibility works fine (though on iOS scrolling behaves oddly if you can see the screen).
Issue type
Incorrect behavior
Environment information
Reproducibility
Always reproducible
Steps to reproduce
The text was updated successfully, but these errors were encountered: