saulmm / CoordinatorBehaviorExample

2.71k stars 590 forks source link

Bug: bad snapping behavior , which also blocks scrolling on fast-scroll gesture #14

Open AndroidDeveloperLB opened 8 years ago

AndroidDeveloperLB commented 8 years ago

When I perform the fling gesture (to scroll), the upper area gets scrolled and back:

1

Also, even when performing the fling gesture to the top, the upper area will block further scrolling when it changes phases:

2

Is it possible to have the same behavior as shown on the contacts app? Or Google Maps and G+ ?

Rainer-Lang commented 8 years ago

Same issue here.

saulmm commented 8 years ago

the snap flag block the ui on mid, states. Could you try to remove it and see how the UI behaves? That would give you full controll on scroll states.

Anyway, I've made some commits with multiple fixes. Could you check the new version and open and reopen this issue if still happen?

AndroidDeveloperLB commented 8 years ago

Why close before testing :(

AndroidDeveloperLB commented 8 years ago

@saulmm I've noticed that the subtitle (below "Quila") is touching the white rectangle: device-2016-03-14-003304

Is this intentional?

saulmm commented 8 years ago

Is not, @AndroidDeveloperLB, are you building from the latest commit on master?

AndroidDeveloperLB commented 8 years ago

I used this one: https://github.com/saulmm/CoordinatorBehaviorExample.git

saulmm commented 8 years ago

Ok @AndroidDeveloperLB will take care of it, thanks!

yuyanandroid commented 7 years ago

Same issue here.