Y
Hacker News
new
|
ask
|
show
|
jobs
by
protomyth
2055 days ago
How does this interact with the Accessibility settings on Mac OS?
4 comments
mwcampbell
2055 days ago
I haven't tested this on macOS, but it's completely inaccessible with Windows screen readers.
link
dector
2055 days ago
Accessibility (and testing) in Jetpack Compose is done via [Modifier.semantics](
https://developer.android.com/jetpack/compose/testing#semant...
).
link
prepor
2055 days ago
It's not here yet, but we are planning to add it soon
link
mwcampbell
2055 days ago
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?
link
protomyth
2055 days ago
Good, because its one of those show stoppers for a lot of people. Getting sued isn't fun.
link
api
2055 days ago
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.
link