SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Accessibility

Open Gloix opened this issue 7 years ago • 1 comments

There is no compatibility with VoiceOver, so this library cannot be used in projects with accessibility for visually impaired in mind (almost every project). Primarily, the elements inside the dialog (or even the dialog itself) are not focusable for VoiceOver. There is not even a single sound queue indicating the presence of a dialog on screen (that sound queue should be issued by VoiceOver itself).

Gloix avatar Apr 23 '18 19:04 Gloix

See this from the Objective C port of this library:

https://github.com/dogo/SCLAlertView/pull/261

nfranke avatar May 16 '18 18:05 nfranke