translate

accessibility

iOS VoiceOver Button not Calling Target Method

I have a UIButton subclass, ACTLanguageButton that really just does some custom UI changes so that I can reuse the style.

Tags: 
  • ios
  • objective-c
  • uibutton
  • accessibility
  • voiceover

How to change Android talkback instructions for double tap and long press

Stackoverflow

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus.

Tags: 
  • android
  • accessibility
  • talkback
  • android-a11y

Accessibility in Google Chrome

So I'm working on updating an angular 4 application to meet WCAG AA conformance for accessibility.

Tags: 
  • angular
  • google-chrome
  • accessibility

Limit Voice Over to active view controller

I have an app with the classic "hamburger menu" to open settings. When pressed in slides in from the left covering most of the screen.

Tags: 
  • ios
  • accessibility
  • voiceover

Link text is Unclear error even when <a> tag has descriptive links. ( tota11y)

I have a tag, which has the following structure

<a href="#" ng-click="generatePlanTasks()">Regenerate</a>

Tags: 
  • accessibility
  • khan-academy

event.getSource() returns null Accessibility in android

Stackoverflow

I try to fill a EditText field by using a accessibility service like DashLane or some other apps which are using accessibility service.

Tags: 
  • android
  • android-activity
  • accessibility
  • accessibility-api

Can layout size vary when user changes tabs?

UX_StackExchange

I have been working on a project where I had a case of showing a different set of data (different views) in different tabs.

Tags: 
  • user-behavior
  • user-expectation
  • accessibility
  • confirmation

Accessibility Inspector iOS

I am developing some app similar to Accessibility Inspector of iOS Simulator. It will mark all visible objects on screen and display details of it.

Tags: 
  • ios
  • uiview
  • accessibility
  • visibility
  • uiwindow

iText libraries to leverage for Form PDF's that are accessible

my problem is that we have a current PDF file that is fillable. We are leveraging JAVA code along with iText to fill out the PDF template.

Tags: 
  • tags
  • itext
  • accessibility

Why do I need to set preferredFont(forTextStyle:) when using attributed strings?

Stackoverflow

I have a label that I want to set to text with a custom line height. I also want to use dynamic type.

Here's how I'm setting the label:

Tags: 
  • ios
  • swift
  • uikit
  • accessibility
  • dynamic-text