Hacker News new | ask | show | jobs
by protomyth 2055 days ago
How does this interact with the Accessibility settings on Mac OS?
4 comments

I haven't tested this on macOS, but it's completely inaccessible with Windows screen readers.
Accessibility (and testing) in Jetpack Compose is done via [Modifier.semantics](https://developer.android.com/jetpack/compose/testing#semant...).
It's not here yet, but we are planning to add it soon
How do you plan to make the CEF-based browser view accessible? Are you aware of the challenges of making CEF fully accessible with a screen reader when using off-screen rendering?
Good, because its one of those show stoppers for a lot of people. Getting sued isn't fun.
I've found that accessibility is the rock upon which virtually every third party UI option dies (for serious work), save the most mature ones.