You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this control, it provides some great functionality in my app.
I've been able to add an inline date picker and use it in most screens in my app.
However, I really struggle with accessibility, I need to use it as I have comprehensive UI Automation scripts. I've tried adding the same accessibility labels and most other things, however it doesn't seem to matter what I add, the rows don't show accessibility correctly.
On some screens, where I don't have dynamic content I've had to add catch blocks and x / y coordinates to allow selection.
However on more complicated screens, I've have to have manual intervention, this is a real pain.
So any work on accessibility would be awesome.
The text was updated successfully, but these errors were encountered:
@jules2010 I definitely need more information from you. I talked to guy who does automation for our project and he is able to access controls inside WYPopoverController using automation, so I have no ideas which improvements you need.
I love this control, it provides some great functionality in my app.
I've been able to add an inline date picker and use it in most screens in my app.
However, I really struggle with accessibility, I need to use it as I have comprehensive UI Automation scripts. I've tried adding the same accessibility labels and most other things, however it doesn't seem to matter what I add, the rows don't show accessibility correctly.
On some screens, where I don't have dynamic content I've had to add catch blocks and x / y coordinates to allow selection.
However on more complicated screens, I've have to have manual intervention, this is a real pain.
So any work on accessibility would be awesome.
The text was updated successfully, but these errors were encountered: