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

[Feature]: IsAccessibleBrowser - Detect if Accessibility Support is Enabled #4735

Open
Seeker1979 opened this issue Aug 9, 2024 · 0 comments
Labels
feature request feature request

Comments

@Seeker1979
Copy link

Describe the feature/enhancement you need

I need to be able to detect the presence of assistive technology in order to handle enabling some settings that help the application work with screen readers better.

The scenario/use case where you would use this feature

For users who are using a screen reader, we want to be able to detect that and toggle the appropriate settings.

How important is this request to you?

Impactful. My app's user experience would be significantly compromised without it.

Suggested implementation

In Electron, we were calling IsAccessibilitySupportEnabled which used a Chromium class IsAccessibleBrowser. We were also listening for the accessibility-support-changed event. To detect whether assistive technology was being used. Something similar to that would be ideal.

What does your app do? Is there a pending deadline for this request?

No response

@Seeker1979 Seeker1979 added the feature request feature request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
None yet
Development

No branches or pull requests

1 participant