ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Unable to focus on headerview in Talkback mode. #77

Closed vr49 closed 7 years ago

vr49 commented 7 years ago

Hi, I am unable to focus on header view in talkback mode.

Can anyone please help me on how to focus on the header view ?

I have already tried setting focusable: true focusableInTouchMode: true importantForAccessibility: yes. and also tried firing the accessibility event, but neither of them work.

yuvalldb commented 6 years ago

Hi, did you manage to solve this issue?