I need to add accessibility features to my apps due to regulation in EU. Therefore I would like to link a Label to the related element, i.e. a text field using this Android feature:
https://developer.android.com/reference/android/view/View#setLabelFor(int)
Any help is appreciated!
By the way...
Android 5+ has an accessibility system setting called "high-contrast fonts", which lets the user force text (or icons rendered using fonts like Material or FontAwesome) to be outlined black or white (instead of the color you set). If you use colored text (or text-based icons) to indicate...
Can I detect if a device has the "High-contrast fonts" system setting enabled?
Background:
Some of my users reported that icons were not working correctly in my app, and I eventually discovered that they had turned on the Android "High-contrast fonts" accessibility setting. That feature changes...
Hello everyone, lately when I want to share a file I get an alertdialog 'want to share with...' with two options, 'Cancel' and 'Ok', in some cases I require 'Cancel' and in others 'Ok', I don't want the user to choose it, therefore I want to handle it with an intent, I have tried several...
Greetings,
I would like to know how to test when the screen reader or the accessibilities service is turned on so I can use TTS when the user has it on. The auto complete dropdown does not have a "Get" to find out if it's on or off. The closest I found was SetContentDescription which is close...
Greetings everyone,
I noticed that the following views do not recognise screen taps and dragging to scroll when the accessibility screen reader is turned on. I testing it with a Galaxy S9 running Android version 10.
B4XSeekBar
CustomListView
These work ok only if the screen reader is turned...
In b4a, we have the accessibility library available. This works to use the setContentDescription that can be read by screen readers. This is cumbersome, and it would be nice to add more options directly to the designer.
This is becoming more important with people threatening and bringing...
Using the Accessibility library, when creating the accessibility object, the only way it works is to spell it "accessiblity" <-- notice the missing "i".
Hi -
I've published my first app on the Google Play Store; Play to Evolve (a card game).
Well... it seems to be semi-published. Like I can't find it searching the store but I do have a link given to me by Google in the Developer Panel.
One issue is that they haven't approved my "identity" and...
I am trying to build an app that can click a particular button on another app. This is possible from Android 4.3+ using findAccessibilityNodeInfosByViewId which is part of Accessibility service. For example there is a very popular app called Greenify on Play Store that prevents other apps from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.