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

ObservableListView: incorrect ScrollState from time to time.

Open pawelantczak opened this issue 9 years ago • 6 comments

Hello.

Lib version: 1.4.0

I'm experiencing strange behavior of onUpOrCancelMotionEvent method in ObservableListView. From time to time, ScrollState passed to method is wrong. Different than actual swipe. This problem exists only on 5.0.2, on 4.4.4 is working fine.

pawelantczak avatar Jan 11 '15 19:01 pawelantczak

Hi, thank you for the feedback.

I'll check that later but could you tell me more details? (e.g. when over-scrolling, when using ViewPagerTabActivity sample, or whatever.) Does it happen on my samples?

ksoichiro avatar Jan 12 '15 15:01 ksoichiro

Hello. Yes, it is happening in your demos. For example, in ActionBarControlListViewActivity when you continuously swipe up and down, from time to time ActionBar won't react. It will stay on his position. When you swipe again, it will react.

pawelantczak avatar Jan 13 '15 10:01 pawelantczak

Hello. the title can scroll with the content parallax?

if the content scroll to the top, then you continue scrolling bottom to up,the title must scroll to top with the content, but in your example,when you scroll a little,the result is,the title can not scroll to the top

xu6148152 avatar Jan 14 '15 06:01 xu6148152

@pawelantczak Thank you for your information and sorry for my late reply. I've also confirmed a similar behavior in ActionBarScrollViewActivity. I'll investigate that later.

ksoichiro avatar Jan 19 '15 14:01 ksoichiro

Has anyone solved this? I'm getting a weird behavior when scrolling sometimes: the actionbar might not change its size, and sometimes when it does, the scrolling of the ListView stops for as long as the actionbar changes its size.

AndroidDeveloperLB avatar Aug 18 '15 09:08 AndroidDeveloperLB

Guess not

Denny966 avatar Dec 20 '18 18:12 Denny966