How to set content description for a WebView used only to play inline videos? I my app, I am using a WebView to load and play Youtube videos. I have set the content description for the WebView in the XML layout but the talkback only speaks "YouTube WebView". I have tried setting it via java ..
Category : accessibility

I’m working on making my app more accessible. But I run into a problem with SeekBar and Material Design’s Slider: What I’m having is a SeekBar (or Slider) with a range from 0 to 100. I defined the step to be 1. When the TalkBack is on, clicking the phone’s physical volume buttons controls the ..

I’m trying to check for the status of Remove animations accessibility setting in order to enable/disable some UI and GIFs animations on my app, but i don’t see any exposed method in AccessibilityManager in order to access this value: Is there any easy way to access this value? Even with reflection Source: Android..

I just want to redirect from the first screen to the second screen when the user clicks on the toggle button. Source: Android..
I would like to know how to make the ADB adjust the accessibility focus while Talkback is on. I have tried: adb shell input trackball roll 0 1 adb shell input [stylusdpad|keyboard|mouse|touchpad|gamepad|touchnavigation|joystick|touchscreen|stylus|trackball] swipe 180 780 540 780 adb shell input keyboard keyevent KEYCODE_TAB adb shell input keyevent KEYCODE_NAVIGATE_NEXT I have also tried recording events using ..
I have a very suspicious accessibility service app installed on my phone. But it wont let me disable or uninstall it again. Is there a way to resolve this issue and uninstall this scam app? If there is a way please provide the code for this tool. Source: Android Studio..
On Android, TalkBack announces "Double tap to activate, double tap and hold to long press". How can I remove all these default actions and just have it say nothing? While ignoring whether that is a good idea or not for now. Update the below code seems to not do anything: private class NoActionsAccessibilityDelegate : View.AccessibilityDelegate ..
I have a use case where if I enter an invalid password in Textfield it will show an error on button click. The error will pop up below TextField using a normal Text Widget. Issue: I don’t hear any voice while showing the error message. Is there any way I can play the custom message ..
I am wondering why Android doesn’t support this. To explain my problem. I am working on an accessibility feature for an Android app. I have a TextView that displays a number value like 123456. If I use TalkBack, it will always read just this number value. What I want it to give this value a ..
I want know how to perform a drag and drop on android based in X, Y coordinates? consider as one simple example, the android phone icon drag and drop (Virtual mouse is being implemented.) i’m now "GestureDescription StrokeDescription()" is being used. ( code : GestureDescription.StrokeDescription(path, 0, 1, true) ) I want to know how to ..
Recent Comments