accessibility Questions
2
Solved
Problem: I am trying to make a link accessible on both Android and iOS using React Native. iOS has a rotor when using VoiceOver that has an option to switch between links on the screen which does n...
Marxist asked 14/4, 2020 at 14:25
6
I have a Burger Menu Button which is selectable via TAB. When I click on it and the menu opens up the burger has this blue outline to make it clear that it is focused.
I don't want to remove that b...
Oarsman asked 6/3, 2017 at 11:43
2
I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!
Pahl asked 6/10, 2017 at 8:34
14
Solved
How do I fix this warning in console of a React app using the react-modal package:
Warning: react-modal: App element is not defined. Please use Modal.setAppElement(el) or set appElement={el}
I ha...
Boltzmann asked 15/1, 2018 at 19:18
15
I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0.
To reach this purpose the modals should keep focus within the dial...
Override asked 9/6, 2017 at 7:42
5
Solved
I have a Sprite Kit based game that uses a UIView within one of the scenes, and I do that so that I can take advantage of the UITableViewController to present a game settings screen.
The difficul...
Liston asked 2/8, 2016 at 3:23
2
Solved
How do I fix this Lighthouse error:
Buttons do not have an accessible name
<button class="search-button" type="submit" value="Search"></button>
Wither asked 10/5, 2019 at 17:36
3
I want to generate a PDF from HTML that has tags for accessibility embedded in it. In other words I want to convert HTML to PDF so that it is JAWS-friendly. The standard options out there for...
Peal asked 13/2, 2018 at 23:25
2
Is there any way to get the current speed of the VoiceOver speech on an iOS app? Sometimes I use my own AVSpeechUtterance strings and I'd like to use the same rate that's is configured on VoiceOver...
Phoenician asked 15/8, 2015 at 23:59
1
I have a toolbar , I'd like to skip the title button when accessibility is turned on.
I can skip accessibility for the whole tool bar using accessibilityElementsHidden.
but I just want to skip the ...
Merilee asked 7/10, 2023 at 23:36
2
Solved
I'm using the ref prop along with findNodeHandle on a bunch of components in order to be able to trigger AccessibilityInfo.setAccessibilityFocus. However, it's not always working as expected. Somet...
Fluoroscopy asked 4/8, 2020 at 18:0
3
Solved
A common use for a tooltip is adding it to a ⓘ icon in order to display "more info". I'm currently working on making my components more accesible, so I wanted to add the "tooltip&quo...
Githens asked 17/1, 2022 at 14:0
6
Solved
I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2).
Accessibility Inspector is able to return multiple accessibil...
Mullion asked 22/1, 2016 at 10:42
1
In my iOS app I have a UITableView. It contains some UITableViewCells which are isAccessibilityElement = true and some which are isAccessibilityElement = false. (The latter are cells that contain o...
Alliaceous asked 14/5, 2019 at 0:1
6
Solved
I added an imageView in GraphicalLayout but it looks different on my real device than on AVD.
I found that I need to add contentDescription in a layout .xml, but when I add: contentDescription="@...
Willful asked 21/7, 2012 at 21:5
5
I am trying to implement an AccessibilityService. I have shared my code below.
When I turn on my accessibility service from settings menu then onServiceConnected() is called but onAccessibiltyEvent...
Apostate asked 9/11, 2016 at 9:1
3
Solved
Problem: Grouping form elements
I have an HTML form, where in few places a single control is composed of several inputs. One example is a group of radio buttons.
I'd like to group those inputs an...
Color asked 15/1, 2018 at 15:14
2
Solved
I’m using a custom view as a button on Android, which doesn't inherit from android.widget.Button. What is the best way of telling the accessibility services it's a button?
Is it enough to just cal...
Leitao asked 8/12, 2017 at 15:4
2
Solved
I'm trying to add accessibility to my web page and I'm not sure how to deal with this badge element. It's something like the number circle you see on your online shopping cart icon. (See example im...
Metcalfe asked 28/6, 2021 at 22:19
4
Solved
For the SwiftUI Image element, the voiceover template is seems "accessibility label - image - image name", e.g. for
var body: some View {
Image(systemName: "equal")
.accessibi...
Blooded asked 8/9, 2022 at 16:48
2
Aria-live content read twice by Mac - Chrome - VoiceOver, when the content is in the iframe. Below links are the example by "developer mozilla". I want to know whether this is an issue or not, If s...
Lattermost asked 16/4, 2020 at 7:38
3
Solved
I have a ImageView with a 24x24 dp icon, so the complete ImageView and touch area is only 24x24dp, while the recommended minimum touch target area is 48x48dp.
What's the common way to increase th...
Newell asked 5/5, 2020 at 17:38
6
Solved
So I am working on a project that requires a <div> with an onclick event. I've got the main functionality working, but there is one problem. I need the onclick event to happen when the user t...
Sevenfold asked 18/9, 2015 at 18:51
4
Solved
We are currently serving the initial index page for a single page application without the lang attribute set on the HTML tag. At the moment we are also not setting it dynamically after the page is ...
Kazbek asked 8/3, 2017 at 10:14
0
Starting from April we have StackOverflowError from compose. We didn't have compose or Kotlin version update.
The issue only happens on Android 8.
We cannot reproduce locally and according to our l...
Organology asked 12/5, 2023 at 13:16
© 2022 - 2024 — McMap. All rights reserved.