androidaccessibilitytalkback

Should it read "dot" when there is a period in the sentence in talkback


I am testing accessibility in Android app with talkback. It reads out 'dot' when there is a period in the sentence. Is this the correct way of doing accessibility? To be specific, it happens only after a link.


Solution

  • This behaviour is fine, and Talkback users will probably be used to it. As a developer, you should NOT attempt to control this yourself.

    When reading text containing links, Talkback will pause on links to give the user the opportunity to activate the link if they choose. The behaviour takes the sentence structure into account. For example:

    This behaviour is generally helpful, and many other screen readers do something similar. The exact behaviour varies depending on which text-to-speech engine is used, and different rules will be used for each language or region. With a British voice we hear "full stop", for instance. Users can change the verbosity settings of some screen readers too.