-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
How to disable Accessibility support? #3782
Comments
I don't know what you mean by |
@liuxuan30 I mean, when I use code like this it is not working now. Chart still use own implementation, but it works with the previous release. |
are you able to find what's the difference? |
We had a bug fix for Accessibility, but not likely to impact your saying. |
@liuxuan30 your current implementation of Accessibility is too general and not working for every case. We have to be able to customize it or override. |
@mecid your saying
is kind of vague, I don't remember what change could lead to this. since you have the right code here, I'm asking you to help identify what is changed |
@liuxuan30 it was broken after 2.3 release, when you introduce Accesssibility support out of the box. |
What function you cannot override. I cannot find your |
@liuxuan30 this is my extension func, which sets accessibilityElements on ChartView. But it is not working since 2.3. |
you have to check out latest master branch to see what's broken then. We are not responsible for your extension func. If there is a conflict, you should fix it. If it's the library bug, you are welcome to fix it as well, or point it out what's the issue. |
I would like to disable Accessibility support because it overrides my own implementation.
Is it possible?
The text was updated successfully, but these errors were encountered: