digitalcredentials / learner-credential-wallet

Learner Credential Wallet is a cross-platform iOS and Android mobile application for storing and sharing digital learner credentials.
https://lcw.app
MIT License
54 stars 28 forks source link

Navigation order is inconsistent on two different pages - accessibility issue #534

Open ThinkBrandonThink opened 8 months ago

ThinkBrandonThink commented 8 months ago

Something with the css or how the page is structured is causing navigation by screen reader to be inconsistent with how it is presented visually. On the "Manage Profiles" page, the navigation is completely backwards starting the user at the bottom of the profiles list, then going up the page to the buttons. Same thing on the "Choose Profile" page when adding a new credential. I would look into how it is ordered in the code and make sure it is structured the same as it currently looks, then check the css if that ordering changes visually.

alexfigtree commented 6 months ago

Dmitri: Suggests creating a doc for how to turn on accessibility features on OS-level. To be used by QA testers/dev team.