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,
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.