didomi / react-native

Didomi SDK for React Native
Other
9 stars 2 forks source link

Unable to enable "Approve all"-button in Didomi notice as VoiceOver user #112

Open johankasperi opened 3 months ago

johankasperi commented 3 months ago

When you are scrolling to the bottom of the notice as a VoiceOver user (using three fingers) the "Approve all"-button is not enabled. Making it impossible to close the notice and access our app.

https://github.com/didomi/react-native/assets/7563261/6ec8ee2d-34d9-4050-9700-03612c1d67bd

Also, the accessibility state of the button is not set to "disabled" making it impossible for a VoiceOver user to understand that it is disabled. Using only visual feedback for when a button is disabled is not enough from an accessibility perspective.