Listbox accessibility on iPhone and Android

To whom it may concern,

We implemented a dialog containing a search bar, a list box with results and a Confirm button (in a web page), as shown in the picture.

[cid:image003.jpg@01D70AA1.0F7C3650]

We want to make sure that screenreader users do not have to go through the entire listbox in order to reach the Confirm button.
On iOS VoiceOver, if the Rotor is set to "Form control", then on swipe right, the focus goes on the Confirm button, so it behaves as expected.
On Android TalkBack, when the navigation is set to "Controls", then on swipe right, we have to iterate the items of the listbox to reach the Confirm button, which is not what we want. ("Go to last item on page" can be a solution, but it might not be intuitive for users).

Is there a way to achieve this functionality also on Android?

Kind regards,
Andreea Moise

Received on Friday, 26 February 2021 11:58:53 UTC