An accessible canvas app will allow users with vision, hearing, and other impairments to successfully use it. Here are a few Microsoft guidelines to increase usability for all users, regardless of their abilities.
Use the Accessibility Checker to help review potential accessibility issues in your app.
Layout and colour
Common sense and uncomplicated design helps apps be more accessible to all users. When doing heavy customization of apps take note of the below suggestions. Power Apps themes are designed to meet accessibility standards.
Keyboard support
When testing your app’s accessibility, ensure the app can be used with the keyboard only, the accessibility modes on iOS and Android, and keyboard-based screen readers.
For keyboard navigation (with or without the screen reader), ensure that a logical order is followed when using the TAB key to navigate to input fields by setting each control’s TabIndex property:
Screen reader support
The following software combinations are the supported recommendations for consuming Power Apps with a screen reader:
To ensure a satisfying experience with the screen reader it is recommended to:
Control type and structure
Using the right controls and grouping them will help screen reader users understand the structure of the app.
Multimedia
Ensure all videos are captioned and a transcript of all audio recordings is available to the user. Video control supports closed captions in WebVTT format via the ClosedCaptionsUrl property.
With the screen reader enabled, Timer does not announce button text, but how much time has passed. Announcements can’t be turned off, even if timer is hidden with low opacity.
Working with signatures
If you have a signature field that uses the PenInput control, you need to enable an alternative method of signature input. The recommended way is to show a TextInput control where a user can type their name. Ensure the signing instructions are placed in the AccessibleLabel property and the control is placed close to the Pen input – to the right or immediately below.
Source – Create accessible canvas apps – Power Apps | Microsoft Docs
Original Post https://deliveringcrm.net/2021/10/05/create-accessible-canvas-apps/