Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accessibility problem #75

Open
rasel-tr opened this issue May 4, 2018 · 2 comments
Open

accessibility problem #75

rasel-tr opened this issue May 4, 2018 · 2 comments

Comments

@rasel-tr
Copy link

rasel-tr commented May 4, 2018

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
Copy link
Contributor

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants