Skip to main content

Accessibility focusability on iOS

An element should indicate whether it should be focusable by assistive technologies or not. You can help users of assistive technologies by choosing which elements they can interact with. By keep unnecessary elements out of the accessibility tree, the user experience is improved.

Accessibility focusable - iOS

On iOS, you can use the isAccessibilityElement property to indicate whether assistive technologies can focus on an element.

element.isAccessibilityElement = false