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

Ios accessability support - disable for specific composables #4290

Closed
topmotree opened this issue Feb 13, 2024 · 3 comments · Fixed by JetBrains/compose-multiplatform-core#1241
Assignees
Labels
accessibility enhancement New feature or request ios p:high High priority

Comments

@topmotree
Copy link

Hello. Thanks for the great job first of all.
I have a question about accessibility support in version 1.6.0-beta02. It works great with almost every composable in my application.
But the problem only occurs with webview on iOS. Previously in version 1.5.12, ios voiceover could read information from a web page in the web view. But in 1.6.0-beta02 - the voiceover doesn't recognise it's a web page and doesn't play anything when I click on that composable.

I have a question. Is it possible to somehow disable the new iOS accessibility support for specific composables?

If necessary I can add a test project to reproduce the issue.

@topmotree topmotree added enhancement New feature or request submitted labels Feb 13, 2024
@elijah-semyonov elijah-semyonov self-assigned this Feb 13, 2024
@elijah-semyonov
Copy link
Contributor

elijah-semyonov commented Feb 13, 2024

Hi! Thanks for an appreciation remark. Previous accessibility defaulted to interop views in the hierarchy, but now it's represented by the actual semantics tree and the interop views need to be proxied through them. Accessibility proxying to native views from within compose interop is not yet implemented, but that's something we work on. Sorry for inconvenience.

@topmotree
Copy link
Author

Thank you for your answer.
Do you know maybe when we can expect this accessibility proxying from iOS to Compose?

@okushnikov
Copy link

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility enhancement New feature or request ios p:high High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants