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

fix(overlays): announce info after opening based on platform #30025

Merged
merged 19 commits into from
Nov 22, 2024
Merged

Conversation

thetaPC
Copy link
Contributor

@thetaPC thetaPC commented Nov 19, 2024

Issue number: internal


What is the current behavior?

PR #29951 would hide the overlays from screen readers while animating. This allows the element to navigate to its correct destination for screen readers to interact with. Otherwise, the focus rings would never appear. However, this ended up breaking the interaction for iOS.

What is the new behavior?

  • Overlays are hidden from screen readers while animating only if the platform is android. Since the original issue only applied to Android devices.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 8.4.1-dev.11732033492.170e160c

Test on iOS and Android devices.

Copy link

vercel bot commented Nov 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 4:47pm

@github-actions github-actions bot added the package: core @ionic/core package label Nov 19, 2024
@thetaPC thetaPC marked this pull request as ready for review November 19, 2024 17:04
@thetaPC thetaPC requested a review from a team as a code owner November 19, 2024 17:04
Copy link
Member

@brandyscarney brandyscarney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@thetaPC thetaPC added this pull request to the merge queue Nov 22, 2024
Merged via the queue into main with commit f6188c4 Nov 22, 2024
58 checks passed
@thetaPC thetaPC deleted the ROU-11372 branch November 22, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants