You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the library with sticky header enabled. It's awesome and our client likes it too. Now, however, there comes up an issue in terms of the accessibility. Once it's enabled, I found that the accessibility focus first goes to the first WrapperView item that consists of one FrameLayout, one LinearLayout. It only reads out the content from the item view, i.e. LinearLayout. The FrameLayout, the one that wraps a section header, looks ignored at this moment. If keep moving the accessibility focus, the focus jumps back to the FrameLayout and reads out the section header. Then next focus will jump to the second item LinearLayout on the StickyHeaderList.
Can the owner help me solve the issue? I appreciate.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using the library with sticky header enabled. It's awesome and our client likes it too. Now, however, there comes up an issue in terms of the accessibility. Once it's enabled, I found that the accessibility focus first goes to the first WrapperView item that consists of one FrameLayout, one LinearLayout. It only reads out the content from the item view, i.e. LinearLayout. The FrameLayout, the one that wraps a section header, looks ignored at this moment. If keep moving the accessibility focus, the focus jumps back to the FrameLayout and reads out the section header. Then next focus will jump to the second item LinearLayout on the StickyHeaderList.
Can the owner help me solve the issue? I appreciate.
The text was updated successfully, but these errors were encountered: