thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 98 forks source link

Scroll Pager incorrect #244

Closed HuuNguyen312 closed 3 years ago

HuuNguyen312 commented 3 years ago

Describe the bug Scroll Pager incorrect

Issue 1 To Reproduce Steps to reproduce the behavior:

  1. Month type
  2. I scroll a small distance
  3. See error: WeekView only scroll to the next day

Expected behavior Scroll to the next page

Screenshots

https://user-images.githubusercontent.com/9895294/113959210-a5b57080-984c-11eb-9e2e-883107259436.mp4

====================================

Issue 2 To Reproduce Steps to reproduce the behavior:

  1. Month type
  2. I scroll page
  3. When WeekView is fling, I click on any cell
  4. See error: WeekView stop wrong page

Expected behavior Scroll to the corect page

Screenshots

https://user-images.githubusercontent.com/9895294/113959727-94b92f00-984d-11eb-9485-ad92cac71e6e.mp4

thellmund commented 3 years ago

👋 Taking a stab at this in #246. Let me know what you think.