noties / Scrollable

Android scrollable tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After scrolling to viewpager list bottom, flinging up doesn't show the header

ayz4sci opened this issue · comments

Hi,

After scrolling down to the bottom of a list of about 50 items, when you fling up it doesn't show the header, one will still slide up to finally see the header. I've set the friction to 1f but this scenario still persists.

Is there anyway to resolve this?

Well, if a fling gesture had enough velocity, header will be show. Else one has to do the 'final' vertical swipe. I'm afraid fully 'native' scrolling could not be achieved right now. Although it's the case only for fling gestures, swipes are doing alright.