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
13 views

How do I find which element has focus in Accessibility mode in Android Compose?

I need to do some stuff when the composable has a focus in accessibility mode but i cannot seem to find a way to do it. I cannot capture the moment when the focus is on the composable in accessibility ...
Dipsy's user avatar
  • 141
-4 votes
0 answers
25 views

Could anyone tell me if my Google Play store is compromised [closed]

Phone being accessed remotely I don't know what to do,I'm not an expert I was hoping someone could look at the package manager I don't know enough about this but I'm having many issues if someone can ...
Micah Morgan's user avatar
0 votes
0 answers
19 views

I'm tackling accessibility issues for blind users in e-commerce apps, [closed]

What improvements can i make? particularly when it comes to alt-text generation and screen readers? Is it feasibile to want to design my own e-commerce website with its own screen-reader and alt-text ...
Isaac Okai's user avatar
0 votes
0 answers
22 views

Testing iframes with Playwright/axe-core

I am working on accessibility testing with Playwright and @axe-core, following the instructions here. However, my webpage contains nested iframes and when scanning the page object as per the ...
zzz's user avatar
  • 23
0 votes
0 answers
22 views

Tooltip is appearing on wrong element in Chome

I am facing an issue related to the tooltip on Chrome for this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=...
Utsav Ladani's user avatar
0 votes
0 answers
15 views

auto click follow with accessibility

I want to click follow on the tiktok application using Accessibility with kotlin. But when using uiautomator I see that the follow button only has a text view with id com.ss.android.ugc.trill:id/cqm ...
MINH-HAI's user avatar
0 votes
1 answer
15 views

accessibilityIdentifier not working the same starting with iOS 15

The app on which I am working has it's ui tested using Appium. Because of this, I set accessibility identifiers on views. struct RootView: View { var body: some View { VStack { ...
Claudiu's user avatar
  • 625
1 vote
3 answers
53 views

How do I make everything on a page that responds to a click also respond to enter and spacebar keys with jQuery?

As an accessibility consultant, one thing I run into a LOT is controls that work on mouse click, but not on enter or spacebar. There are plenty of examples of how to add key functionality to specific ...
DeanH's user avatar
  • 489
0 votes
2 answers
23 views

Exclude button aria label from reading out loud in aria live regions

In our Frontend we're displaying toast notifications to the user in order to inform about status updates like tasks finished successfully or error notifications due to failed fetch operations. Each ...
jimmy's user avatar
  • 425
0 votes
1 answer
69 views

Disable Button shape accessibility from programming

Is there any way to disable button shape accessibility from app code? Because it shows greyish backgorund all over the app which kill UI part. The tabs & all buttons show grey background all the ...
nirav's user avatar
  • 649
0 votes
0 answers
24 views

Search box input is not getting focused on shift tab

In dialog box, there is one input search box and one close button. On tab click both elements are focusable and readable by NVDA but shift+tab not allowing me to focus inside an search box but instead ...
prachi vandre's user avatar
0 votes
0 answers
30 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
41 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
35 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
43 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

15 30 50 per page
1
2 3 4 5
540