[TIMOB-18742] Accessibility is disabled by default for any third party iOS module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | accessibility |
Reporter | Manojkumar Murugesan |
Assignee | Unknown |
Created | 2015-03-25T18:06:36.000+0000 |
Updated | 2018-02-28T19:54:53.000+0000 |
Description
Any iOS module (for instance TintSwitch or NappDrawer) the accessibility is disabled by default. Setting just the accesibilityHidden as false also doesn't give any effect.
The accessibility system never be able to focus the view until we explicitly set a accessibilityLabel for the created view proxy in java script layer. So we lose the default acessibilityLabels assigned by iOS System.
No comments