Android-ObservableScrollView icon indicating copy to clipboard operation
Android-ObservableScrollView copied to clipboard

Fling with FlexibleSpaceWithImageWithViewPagerTab2Activity

Open borgwald opened this issue 9 years ago • 5 comments

Hello,

first of all thanks for your work to create this cool library. I have a problem regarding Fling with FlexibleSpaceWithImageWithViewPagerTab2Activity. I dont know if its related to the TouchInterceptionFrameLayout or the Methods for recognizing the MotionEvents.

Scrolling when holding down the Finger on Screen is smooth and works as expected. But when i try to Fling (hold down Finger, Scroll fast up or down and lift Finger immediatly, the Scrolling stops abrupt.

Thanks for your Help

borgwald avatar May 19 '15 14:05 borgwald

I have the same problem.

mariolope10 avatar May 20 '15 13:05 mariolope10

@borgwald Hi, sorry for my late reply. As you pointed out, it is related to TouchInterceptionFrameLayout. You commented on the issue #129, but is this issue different from that?

ksoichiro avatar May 24 '15 14:05 ksoichiro

To be honest, i dont know if issue #129 is the same. I commented that i have a similar issue and decided to post it as new issue afterwards.

Finally, i managed to implement a Viewpager with Tabs, RecyclerViews and Parallax Header with your library by using a heavily modified Version of your ViewPagerTabActivity from the samples.

borgwald avatar May 24 '15 17:05 borgwald

@borgwald can you send me your code cause I have the same issue. Thank you in advance

sterien7 avatar May 26 '15 21:05 sterien7

Is there a solution for the flinging issue? When I fling and the actionbar can be scrolled, it stops the flinging and might not even show/hide the actionbar.

AndroidDeveloperLB avatar Aug 18 '15 10:08 AndroidDeveloperLB