Replies: 3 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Ok, let's start from the beginning. With this knowledge you can understand that touches on the screen gives different results with and without a screen reader active. In iOS there's a mode called Direct Touch that passes touches through just as if the screen reader wasn't active instead of capturing it which is the standard behavior. My question is if someone knows how to activate direct touch for the whole screen or a part of it within a MAUI app. The specific use case is to have the DrawingView that is a Direct Touch area so the user can write a signature even if they have a screen reader active. |
Beta Was this translation helpful? Give feedback.
-
I think I reproed your problem:
|
Beta Was this translation helpful? Give feedback.
-
Hi!
I’m visually impaired and use screen readers to interact with my devices.
It’s easy to create accessible apps in MAUI but now I’d like to implement signature capturing with the DrawingView as shown in multiple samples.
My question is if anyone know how to enable direct touch so the user can draw with a finger even if TalkBack or VoiceOver is active?
I know there’s direct touch inn iOS with VoiceOver but haven’t been able to find how to enable it in MAUI. I have no knowledge if there’s similar feature in TalkBack.
The non elegant solution is that the user tuns of the screen reader during the signing but it would be really nice if I could avoid that.
Regards
Karl-Otto
Beta Was this translation helpful? Give feedback.
All reactions