Android - prevent TalkBack from announcing TextView title aloud

后端 未结 6 504
北恋
北恋 2020-12-06 10:59

I am developing an accessible android application where people would be using Explore by Touch and TalkBack accessibility services to use my application.

This is my

6条回答
  •  再見小時候
    2020-12-06 11:34

    Why do you not want the TextView to speak "forename"? It is being used as a label for the EditText. Once the user has entered some text the hint "enter your forename here" would no longer be spoken - as far as I know - so the TextView given the user some context for the EditText.

    Similarly the announcement of "editbox" gives the user the role of the EditText control. While "form field" might be better it would not be the same behavior as in other apps and in the OS.

提交回复
热议问题