digitalfabrik / integreat-app

React JS and React Native App for Integreat
https://integreat.app
MIT License
48 stars 14 forks source link

Some of the links are not read with TalkBack on android #2439

Open lunars97 opened 1 year ago

lunars97 commented 1 year ago

Describe the Bug

Most of the links are not read/skipped by TalkBack on android native. Also links are not read in a context of a text area. Usually it is read separately when it is clicked.

Steps to Reproduce

  1. Go to 'Categories'
  2. Click on 'text areas where the links are located'

Expected Behavior

It should be read in context of a text, not separately only when the link is clicked.

Actual Behavior

A link is skipped by TalkBack. Below there is the text area where the link is before the . sign. The link inside text area is not read, but . and then the whole sentence after is read

Additional Information

image

steffenkleinle commented 1 year ago

Possibly related to/duplicating #1236.