Skip to main content

All Questions

Tagged with
0 votes
0 answers
36 views

SwiftUI AccessibilityFocusState not working in Lists

I have a view shown as a crouton (from bottom view) when tapping a button. I want to move accessibility focus to this view when shown but using AccessibilityFocusState only works if the button is NOT ...
rai212's user avatar
  • 751
0 votes
1 answer
54 views

tabindex for divs with landmark roles, right or wrong?

I have had feedback from an accessibility expert that it is irritating for screenreader users that I use tab indexes on my landmark regions. I added the tab-index so that users can use skiplinks to ...
Sarah's user avatar
  • 88
0 votes
0 answers
49 views

Bootstrap-Select: Focus state on the button not being removed when dropdown expanded

I am using the Bootstrap-select plugin for multiple select dropdowns on my site and for some reason when I expand the dropdown list using the arrow keys the focus is staying on the button that ...
Paul L's user avatar
  • 213
0 votes
1 answer
1k views

In Jetpack Compose, how can you check to see if a screen has re-composed?

I want to be able to set accessibility focus on a Text object, but only once it becomes visible (through mutable state boolean that is remembered). This means that the screen needs to finish re-...
user22376410's user avatar
0 votes
0 answers
110 views

Accessibility focus does not go to next view on DPAD_RIGHT key from the last item in ScrollView in Andorid

As mentioned in the image, I have a Scrollview and LinearLayout2 inside a horizontal LinearLayout Parent in TV screen. The problem is that when there are more items and Scroll is required in ...
Anees U's user avatar
  • 1,097
0 votes
0 answers
31 views

Angular - Focus lost following navigation from component back to page

For a given component profile, it uses the button (edit name) when the button is pressed -> the user is navigated to a new component edit name the user saves the name and is returned to the profile ...
complexityyy's user avatar
4 votes
1 answer
1k views

How to programmatically set focus for Compose Accessibility Talkback

I want to focus the original view after the second screen got back press clicked. For example, when I click Legal Button, the app will be navigated to SecondHome Screen. When the SecondHome Screen got ...
Min Phone's user avatar
1 vote
0 answers
606 views

Using SwiperJS, how to keyboard tab through active slide only

Accessibility has become a big initiative with our site and one of the issues I'm trying to resolve is how to configure our slider, which typically includes three slides, so that when a user navigates ...
linnse's user avatar
  • 437
0 votes
0 answers
111 views

Unable to make PhoneInput component focusable in React

I'm working on a React project and using the PhoneInput component for handling phone number inputs. However, I'm having trouble making the PhoneInput component focusable. By default, the component ...
Ritik Jangir's user avatar
7 votes
1 answer
3k views

Input fields adding focus-visible on click

I am attempting to selectively apply an outline on an input field only when the user has navigated to the element by keyboard. From my understanding the way to do this is removing the outline on focus ...
clarity's user avatar
  • 71
0 votes
1 answer
560 views

Reset focus when <h1> renders in react

When a new page heading renders, I want to reset focus on that page, such that hitting <tab> will cause the browser to go to the focusable/tabbable element after this primary page heading.
Devin Rhode's user avatar
  • 24.6k
0 votes
1 answer
149 views

When navigating with a keyboard, using space to select a button I lose the browser's native focus indicator

Our app has buttons that zoom in, zoom out and reset zoom on a map. My problem is that the buttons do not retain the focus indicator after they have been activated by the space-bar. They do however ...
Joey Marino's user avatar
3 votes
0 answers
464 views

Best practice for tab order in mobile vs. desktop

I'm currently developing a form that has two buttons at the bottom. One button for going back and another for sending the form. The problem i'm facing is when navigating with the tab key. When tabbing ...
Effeboii's user avatar
0 votes
0 answers
604 views

How to change the accessibility focus programatically?

In the Home Page I have a button called Select Language. When the button is clicked it will navigate to the new page where we can select the language. Now what I want to achieve is when I navigate to ...
Senthur Kumaran's user avatar
0 votes
1 answer
76 views

Accessibility. media gallery. tab navigation.after

When i navigate with tab key, the focus goes to the first media, then to the next media. If the media is a video, the focus jump from the video to the video controls and after focus in all video ...
isa's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
12