vue-a11y / vue-focus-loop

Vue component that helps you to to trap focus in an element.
http://vue-focus-loop.surge.sh/
MIT License
24 stars 3 forks source link

The focus doesn't loop on mobile screen-reader. #3

Closed manuelodelain closed 2 years ago

manuelodelain commented 4 years ago

The focus doesn't loop on mobile screen-reader. The focus changes by swipe gesture then the tab key logic doesn't apply. Tested on iOS with VoiceOver.

A possible workaround would be to add aria-visibility="hidden" to all the page elements except the focus loop container.

sources:

manuelodelain commented 4 years ago

theKashey/vue-focus-lock#16

ktquez commented 4 years ago

@manuelodelain I'll look at the links you sent me and add the corrections.

Thanks man

ktquez commented 3 years ago

@manuelodelain

I added some features in versions 0.2.0 (Vue 2) and 1.1.0 (Vue 3).

I tested it on Talkback (Android) and it's working.

I can't currently test on VoiceOver, could you help me with that?

Thanks again.

manuelodelain commented 3 years ago

Sure @ktquez ! Sounds good :) I'll try to do that soon

ktquez commented 2 years ago

I will close this issue, but if the error persists, please, reopen. Thanks