sharik icon indicating copy to clipboard operation
sharik copied to clipboard

Screen reader accessibility

Open ZettaScript opened this issue 3 years ago • 0 comments

The Linux desktop app does not seem accessible using the screen reader Orca.

Usually a UI can be made (mostly) accessible by adding labels and roles to elements, and ensuring every element can be focused using tab or arrows.

I know this is possible (on Linux) with GTK, but I don't know about Flutter. However GTK is usually not accessible on Windows (this can be tested using NVDA). Flutter should be accessible on Android though (can be tested using TalkBack).

Edit: A friend told me it's accessible on Android, but not on Windows (it says only "FLUTTERVIEW").

ZettaScript avatar Dec 12 '22 10:12 ZettaScript