and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

iOS - Add/Edit event modal - screenreader focuses behind modal #30

Open tomdownes14 opened 10 months ago

tomdownes14 commented 10 months ago

In GitLab by @christopher.batin on Nov 15, 2023, 14:32

REQUIRES REAL iOS device to validate issue - Please check before attempting any development

Using the accessibility inspector, the screen reader seems to be moving through the elements behind the modal in addition to the elements in the modal. This may not be an issue on a real device but will need verifying and I don’t have one. (iOS only)

{color:#ff5630} ISSUE explained below {color}

{color:#ff5630}The edit modal still has the accessibility issue and the only way to fix the issue  is to use modal component from different module source; react-native. At the moment we are using  all the components from native-base module instead.{color} {color:#ff5630}I had chat with Chris and he told me, for consistency sake, we should avoid using componts from different source. thus the ticket has yet fixed.{color}

{color:#ff5630}And that means, we either agree to use modal component from different module or wait for the fix to be added (from library developers) in the modal component from native-base module!{color}