Questions tagged [talkback]

TalkBack is an Android Accessibility Service that helps blind and vision-impaired users interact with their devices more easily.

TalkBack is, according to its website, an Android Accessibility Service that helps blind and vision-impaired users interact with their devices more easily.

This application add spoken, audible, and vibration feedback to your device. It is a system application that was pre-installed on most device and is updated when the accessibility service is improved.

519 questions
0
votes
1 answer

Android: using marquee with TalkBack (Accessibility)

I'm developing an application adapted to people with visual disabilities. If the device has an Android API greater than 14 I want to enhance Talkback a bit. I have a ListView filling the whole screen where each row has just one TextView. Since the…
PX Developer
  • 8,065
  • 7
  • 42
  • 66
0
votes
2 answers

ApiDemo's: Android Accessibility Node Provider is this working with talkback?

I was exploring the API Demos provided in android sdk, android version > 4.1 . API Demos -> Accessibility -> Accessibility Node Provider The AccessibilityNodeProvider contains some custom views with Red, Green, Blue colors. As mentioned in the…
Jitendar M
  • 633
  • 1
  • 10
  • 26
0
votes
0 answers

TalkBack and Firefox fails when select options are over 20

So I am using Android S3 4.1.2 and S4 using 4.2.2 and the latest versions of talkback and firefox. I have a simple html select with a Date of Birth selection that goes from 1996 to 1900. When talkback is enabled and navigates through the page. It…
isaac weathers
  • 1,436
  • 4
  • 27
  • 52
0
votes
0 answers

How to disable TalkBack notifications

I'm developing an aplication for the visual impaired. As I'm using TTS, i want to disable all TalkBack notifications. I've read a lot of post, but nothing seems to work. Is there any way to do this ? Thanks all!!
Gustavo
  • 11
  • 1
  • 3
0
votes
0 answers

How to disable accessibility Service in android programatically

I am developing an app for visually impaired and I am creating my own sounds hence it doesn't need any help from the android accessibility service. So as soon as the app is opened I would like to disable the inbuilt accessibly service (if enabled)…
TheAndroDev
  • 103
  • 1
  • 12
0
votes
1 answer

Android 2.3.3 touch by explore

I am developing app for blind community. I want to give an option for the user to explore the screen by scraping finger through the screen (exploring by touch). I am unable to find any api to build this functionality. I am trying to achieve this in…
Madhu
  • 63
  • 6
-1
votes
2 answers

disabling view announcement when focused (Talkback Enabled)

I'm using a custom dynamic contentDescription for my textview, so it has been implemented in my java class and not in my xml file. private void enableButton(TextView textView, boolean enabled) { if (textView == null) { return; } …
Red M
  • 2,609
  • 3
  • 30
  • 50
-1
votes
3 answers

How to focus Buttons (or other widgets) with TalkBack turned ON in Android Device?

I'm implementing Accessibility in my application. Here's the scenario : I have 4 buttons arranged horizontally at the very top of the screen (Activity). On the click of a button, I'm launching an Alert Dialog which displays something to the user.…
Rakesh
  • 1,205
  • 1
  • 14
  • 33
-1
votes
1 answer

Check Talkback is active or not on a mobile phone

I have an app where you can calculate your calories. I want to make a blind Mode, so if someone use this app who is blind, then the app does not need to show him a diagram. I need to check on the phone if the blind mode is active or not (is Talkback…
A.Meyer
  • 1
  • 1
1 2 3
34
35