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 7 months ago

johankasperi commented 7 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.

pmerlet-at-didomi commented 2 months ago

Hello @johankasperi , the issue with button always disabled should be fixed since version 2.7.0, can you check on your side?

johankasperi commented 2 months ago

Yes seems to be working now. Thank you!