XAM-Consulting / SlideOverKit

Easily Create Awesome Slideover's in Xamarin.Forms
Apache License 2.0
395 stars 120 forks source link

accessibility problem #75

Open rasel-tr opened 6 years ago

rasel-tr commented 6 years ago

When screen readers like Andoid's talkback or iOS's voiceover enabled, the system reads the control that was below the slide page, not the slide page's controls. I tested the talkback on android. If there isn't any control below the slide page, then the system reads the slide page but user can't access the controls on the slide page.

Is there a way to make slideover pages accessible to blind people?

jessejiang0214 commented 6 years ago

Not very clear what you talking about, our control is based on Xamarin.Forms, if Xamarin.Forms support this feature, our control should support it.

asgarddesigns commented 5 years ago

The issue he is facing (As am I) is that the action sheet should hide all other controls from accessibility whenever it is showing. That is not the case with your control, you can still access other items via accessibility that are visually under the menu.

Put your phone into accessibility mode and check it out, it's a bit frustrating for blind users, but probably isn't too hard to fix.