emilsjolander/StickyScrollViewItems

Touch Event does not work well on sticked android.support.design.widget.TabLayout

Opened this issue · 4 comments

I have used StickyScrollView . But it does not work well on sticking of android.support.design.widget.TabLayout.
Especially sticking behavior works fine but touch events does not works well for sticked view. Need to do click two times on tab for changing it. Because first click is going to the current tab no matter you click on any other tab.

@MacSimmy Hi,I run into the same bug,click on the sticky header ,it stucked a while before responding,have you solved it yet?

Eventually I used AppBarLayout for sticking view at top at that time. So I didn't workaround the problem at that time.

I also use SlidingTab Layout in this case. It's same error

With AppBarLayout in CoordinatorLayout , Other View like NestScrollView with it`s behavior works well ,this StickyScrollView does not work, When scroll it, toolBar in AppBarLayout does not scroll at the same time.