Skip to main content

Questions tagged [accessibility]

Accessibility seeks to make an application or website usable by everyone, including people with disabilities such as visual, auditory, ambulatory, or cognitive impairment. *This tag should NOT be used for:* programming that requires "accessing" a process in multiple threads, a object in a class, a resource on a network, etc. or responsive design, which deals with serving content to a wide range of devices, unless there are also accessibility concerns.

accessibility
0 votes
0 answers
33 views

Links in WKWebview not showing numbers when "Show Numbers" command is activated with Voice Control

I am using WKWebview and loading HTML content with couple of anchor tags to open another view in app itself when tap on link. However, I do not see any numbers for links when I say "Show Numbers&...
DJB's user avatar
  • 857
0 votes
1 answer
44 views

What HTML semantics should I use to make the output of a custom calculator accessible?

I'm developing a simple calculator tool. Right now, I'm using an <input> element with the readonly attribute to style the result of the calculation. However, while I think that this produces ...
gallium314's user avatar
-1 votes
1 answer
37 views

Is there any way to auto click with flutter?

I want to make an application that automatically clicks the id of a button on another application using flutter.id. I use uiautomatorviewer to get it. But the documentation on how to code ...
MINH-HAI's user avatar
0 votes
0 answers
47 views

Flutter version 3.22.0 or above the aria-label attribute is not displayed

I am having an issue with my automated tests because when I compile my web application I can't find the aria-label attribute that was present in version 3.19.6 or earlier. Flutter 3.22.0 or above ...
Elkin Mercado's user avatar
0 votes
0 answers
18 views

How do I change the change the layout of view focused by external keyboard?

I have a list item that the user will be navigating through using an external keyboard. By default, scrolling to an item with the keyboard will dim the view slightly, but too subtly. I would like to ...
andrewedgar's user avatar
0 votes
0 answers
22 views

Is there a problem if I add a contentDescription semantic modifier to just about every element of my UI to simplify testing?

I'm starting to make UI tests for my app. In order to probe certain parts of the screen, there's a suite of onNode* functions that come with the ComposeRule. In particular, there's ...
zecuse's user avatar
  • 167
0 votes
0 answers
30 views

Android Talkback changing contentDescription and action for dropdown view element?

I have a dropdown represented by an ExposedDropdownMenu style on a TextInputLayout view element. <TextInputLayout style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox....
MajinKenn's user avatar
0 votes
0 answers
21 views

Jetpack Compose Identify The Focused Item In Talkback

Trying to solve an accessibility bug. Is there a way to extract what is the item on the screen that the blue Talkback box surrounds? Here is a composable function for illustration, for this case I'd ...
dodgeRam's user avatar
1 vote
2 answers
106 views

How to make Top View Controller receive focus with `tab` or `arrow` keys when using Full Keyboard Access

Question: Top View Controller (CardVC) not focusable with Full Keyboard Access Issues: When CardVC is displayed, and if the Full Keyboard Access is enabled, the navigation by pressing Tab or Arrow ...
ashokds's user avatar
  • 2,248
0 votes
0 answers
33 views

Android Espresso AccessibilityViewCheckException due to Low Contrast in AlertDialog Buttons on API Levels 25 and lower

I've developed an app using Android Studio and I'm currently testing it across multiple emulators with API levels ranging from 21 to 34. While the app runs without issues on API levels 26 to 34, I'm ...
MrSALSA's user avatar
  • 51
-2 votes
1 answer
23 views

No impression of many keystrokes jaws accessibility

I have event listener for keydown and i want to check for arrowup and arrowdown press key event. However when jaws is on, these keys are ignored. Only few key worked like ctrl, alt, tab etc. Its ...
Amit Chhetri's user avatar
0 votes
0 answers
36 views

Play Console accessibility warning android:id/content/s[1] - Flutter App

The problem I have is that when I upload an app to the play console, in the previous report, I always have the accessibility warning that covers the entire screen. This happens with all my apps, even ...
Prueba GCP's user avatar
-1 votes
0 answers
53 views

How can we do call recording of both sender and receiver side during normal voice call for android 10 and above devices

I implemented my own calling app and want to call recording functionality in it. I have used accessibility feature as "ON" for this but still getting just one side voice in recorded audio ...
Bhunnu Baba's user avatar
  • 1,760
1 vote
0 answers
20 views

UIAccessibility post announcement not always read if fired by button

I have a simple app to announce a text when tapping a button. Here is the code (it's in SwiftUI but the same behavior arises using UIKit) struct ContentView: View { var body: some View { ...
rai212's user avatar
  • 751
2 votes
0 answers
79 views

Android TalkBack can't access content in a scrolling, focusable container

I need to create a scrollable container that's accessible by keyboard. The container is a div with overflow: scroll, and I've set tabindex="0" so that it's focusable. While scrolling works ...
baowizard's user avatar

15 30 50 per page