Android TalkBack and fragment stack

前端 未结 6 1783
迷失自我
迷失自我 2021-01-11 17:14

For an application that I work on, I need to implement accessibility. Everything works fine except for one screen where I have to fragments added to my activity. Basically,

6条回答
  •  不知归路
    2021-01-11 18:05

    Are you using fragmentTransaction.add?

    If so you sould use fragmentTransaction.replace!

    Add function also did problems with clicking the below fragment views.

    So please, use replace.

提交回复
热议问题