You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Spotlight component does not work correctly with accessibility.
Please review the following video.
appyx_spotlight_talkback_issue.mp4
Issue 1
Using the single swipe gesture, a user should be able to navigate through the Spotlight elements. However instead the single swipe gesture is only navigating between what is visible on the screen.
It is only when I use a two finger gesture that this works (though it is not discoverable)
Issue 2
The spotlight component does not indicate to the accessibility service that this is effectively a list of elements. It should populate the accessibility node with the current index, and the number of elements.
In doing so, talkback would indicate at the end "showing items 1 of 10" as an example
The Spotlight component does not work correctly with accessibility.
Please review the following video.
appyx_spotlight_talkback_issue.mp4
Issue 1
Using the single swipe gesture, a user should be able to navigate through the Spotlight elements. However instead the single swipe gesture is only navigating between what is visible on the screen.
It is only when I use a two finger gesture that this works (though it is not discoverable)
Issue 2
The spotlight component does not indicate to the accessibility service that this is effectively a list of elements. It should populate the accessibility node with the current index, and the number of elements.
In doing so, talkback would indicate at the end "showing items 1 of 10" as an example