I have a WPF application that runs at the museum I work for. I'd like to make it more accessible but I'm having a hard time figuring out the logistics of a few things.
Since this is a kiosk application with a touch screen and an on-screen keyboard, is it feasible to expect a screen reader to read every single key character button when expecting input from a visually impaired person? Since our kiosks don't have physical keyboards, we rely on a custom on screen keyboard. Using this with a screen reader is downright exhausting.
Also, is there any guidance for developing accessible kiosk applications in WPF? I'm unable to find any best practices on this topic.