translate

accessibility

The Narrator ignores AutomationProperties.Name when it is in scan mode

In my UWP app I have TextBlock:

<TextBlock Text="Text0"
AutomationProperties.Name="Text1" />

Tags: 
  • xaml
  • uwp
  • accessibility
  • textblock
  • narrator

How to prevent android accessibility to hack my app

Discovered some bad app using android accessibility to hack my app, call up my app and manipulate things automatically (user are cheaters so they enable accessibility service), how can I block andr

Tags: 
  • android
  • security
  • accessibility

Making a video element with no sound accessible

I am currently working on a web page with a silent video banner.

Tags: 
  • html
  • html5
  • accessibility

Detecting a user accessing our website with accessibility features [closed]

We have implemented the responsive website with accessibility features. It's built in Angular 1.x. I would like to know whether the user is accessing the site through accessibility feature or not.

Tags: 
  • html5
  • accessibility

Can I set the DPI resolution of my Java Swing application without changing the systems' DPI setting?

Stackoverflow

I have a Java application using the Substance LookAndFeel with Windows as the the target platform and I want to increase the DPI setting of my application without changing the system setti

Tags: 
  • java
  • swing
  • testing
  • accessibility
  • dpi

Accessible star rating for Android

Stackoverflow

I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible).

Tags: 
  • android
  • accessibility

UITabBar Large Content Size Image (HUD) doesn't display in Large Text mode

Stackoverflow

iOS 11 has an accessibility feature that shows a large version of a tabbar icon in a pop-up HUD when long pressed. In a WWDC presentation, it was mentioned this just involves turning on:

Tags: 
  • ios
  • accessibility
  • ios11
  • uitabbar
  • dynamic-type-feature

Make nested collection views with large cells accessible with VoiceOver

In the App that I am currently working on, there is a nested collection view setup.

Tags: 
  • ios
  • uicollectionview
  • accessibility
  • voiceover

Web Crawler to detect design issues [closed]

So I was sending a proposal for a research project and wanted to do something related to web design but couldn't find good topics.

Tags: 
  • web
  • design
  • web-crawler
  • accessibility
  • research

Prevent background items from receiving focus while modal overlay is covering them?

Stackoverflow

I am working on making an overlay modal more accessible. It works essentially like this JSFiddle.

Tags: 
  • accessibility
  • wai-aria
  • voiceover
  • screen-readers
  • jaws-screen-reader