In this section, you will find tips and information about accessibility.
The SDK implements components prepared with HTML attributes for accessibility, such as aria-label, tabindex, role, among others, which enable keyboard navigation between elements, activate audio guidance, and are used by screen reader software.
When integrating the Web SDK into a page, there may be other interactive elements on the page that are not visible during the camera opening and image capture flow. These elements may end up causing conflicts with the information in the capture flow, disrupting the user experience. Therefore, it is important to remove or deactivate interaction with other elements while the capture is being performed.
This can be done in several ways, depending on the existing elements and frameworks used on the page. Below is an example using the aria-hidden attribute:
aria-hidden
It is important to use this attribute with caution, as it can harm the accessibility of elements on the page if applied incorrectly or not removed when the capture flow ends.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.