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

Autofocus not working on chrome in angular 10

I am trying to autofocus on to login id after incorrect login id and password message is displayed and announced on VOICE OVER/talk back. It should shift focus to login id text field. to make sure my application ADA and 508 Compliance.
Kris
  • 1
  • 4
0
votes
1 answer

Android accessibility restrict talkback to reading only the visible text

I have a TextView with maxLines="1" and a long string of text set to it. ellipsize="end" truncates the text after 1 line, but the talkback, goes on the read the entire text which is not visible in the TextView.
Mayur More
  • 951
  • 2
  • 15
  • 37
0
votes
1 answer

Android accessibility: how to change the search bar readed string

as I wrote in the title, the Android Talkback actually reads the hint text of my search bars, but I need to change that behavior to read a custom string (different from the hint). I tried to set the contentDescription but it didn't work (the…
BorGhO
  • 3
  • 3
0
votes
1 answer

How do I cause vertical two-finger swipe behavior to cause a horizontal slider to move left or right?

I have a horizontal slider in my app, and I want to make it so that if you have the slider selected, you can do the two-fingered swipe up or down gesture from anywhere on the screen (The scroll up or down gesture) to move the slider left or right. I…
Arthas
  • 1
  • 1
0
votes
1 answer

Possible to make accessibility announcement on Android independent of UI control?

On Xamarin iOS, it is possible to make a VoiceOver announcement for example when a background operation has completed, see here. This announcement is not dependent on the appearance of any UI control. On Xamarin Android on the other hand, the…
Anders Gustafsson
  • 15,837
  • 8
  • 56
  • 114
0
votes
0 answers

Is there a way to force talkback to announce usage hints when a video is playing?

I am developing a video player android-app. When video is paused, usage hints like "double tap to activate button" are announced properly but when video is playing these hints are not announced by talkback. For example: Announcement for seek forward…
0
votes
1 answer

How to ignore some UI elements as seperators or ImageViews for Talkback?

I tried Talkback accessibility service on my app. When I navigate through my app I have: some line seperators, where Talkback reacts sensitive and talks something on that seperator which does not make any sense. images beneath its explanation…
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
0
votes
1 answer

How to change talkback instructions for double tap to activate for RemoteView used in widgets?

I am using a custom layout for RemoteView in widget. In talkback , it is currently speaking "double tap to activate" on imageview. But i want to replace the text with "double tap to open app". How can i get the above behavior in widgets?
Ajay Singh
  • 161
  • 1
  • 1
  • 8
0
votes
0 answers

voiceover in ios and talkback in android not able to access the input element

voiceover in ios and talkback in android not able to access the input element while double clicking the button. on using tabindex="0" for input element it become accessible but still not accessible with double click.Also is there a way to test…
Sarfraj Ansari
  • 119
  • 2
  • 11
0
votes
1 answer

View is not selectable after it is made VISIBLE with a delayed transition when Talkback is enabled in Android

When a view is made VISIBLE a certain way, Talkback can no longer select / click / focus on that view, see: https://github.com/kai-vala/DemoForAccessibilityBugs/blob/master/images/animation.gif (Not enough rep to embed images) Full example app is…
kai-vala
  • 11
  • 2
0
votes
0 answers

is it possible to focus trap in modal popup when using talkback or voiceover?

i have page with iframe in the iframe when i click the button, popup will appear when talback or voiceover is enabled, is it possible to focus trap only in the popup ? so is it possible to achieve that i will be not able to move outside of the popup…
macho
  • 91
  • 1
  • 12
0
votes
1 answer

SwitchAccess compatible virtual View nodes' deep tree hierarchy

I am trying to create an accessible custom View in Android. The View consists of a virtual nodes' tree hierarchy which can be multi-level deep in my case. The tree is not necessarily binary: each node on each level may have as many children as the…
gthanop
  • 3,035
  • 2
  • 10
  • 27
0
votes
1 answer

Android RecyclerView content description

Is it possible to set contentDescription or some similar attribute for the whole RecyclerView so that a screen reader app like TalkBack would read this contentDescription when the list is first reached and only then proceed to list items?
Overpass
  • 433
  • 5
  • 12
0
votes
0 answers

TalkBack announces "Double tap and hold to long press" on WebView

Background: When focused on a WebView control, TalkBack announces something to the effect of "Bing. WebView. Double tap and hold to long press" (note that focus is on the WebView control itself, not the content within the webview). However, as best…
evve
  • 2,806
  • 2
  • 14
  • 11
0
votes
1 answer

Exclude RecyclerView AdapterItem from being grouped as in the list by accessibility readers

I have a screen which displays search results. However there is always one item that is at the end of the list, which is not a search result, but a disclaimer. When TalkBack is on, it counts this disclaimer as part of the list, which is…
Tyler
  • 19,113
  • 19
  • 94
  • 151