emilsjolander / StickyScrollViewItems

A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place
Apache License 2.0
1.03k stars 262 forks source link

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

Open MacSimmy opened 9 years ago

MacSimmy commented 9 years ago

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.

yuiopt commented 8 years ago

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

MacSimmy commented 8 years ago

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

binhrobin commented 7 years ago

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

kyle-y commented 7 years ago

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.