casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
37 stars 32 forks source link

The calendar is lagging when scrolled (jank animation) #14

Closed usman-ghani-khan closed 2 years ago

casvanluijtelaar commented 2 years ago

can you provide some more details, a video or some code? I can't really help you with just this.

usman-ghani-khan commented 2 years ago

https://user-images.githubusercontent.com/82443800/152991715-e7e4d8de-f443-43cf-93ff-47cef1891df7.mp4

I just have a minimal setup. I just used the PagedVerticalCalendar in the body of my app with no additional parameters

usman-ghani-khan commented 2 years ago

Could this issue only be on the web as some other video demonstrating another issue had the calendar scrolled without lagging?

casvanluijtelaar commented 2 years ago

Perhaps, I don't encounter this in regular use. it could be a web issue, or maybe just a hardware performance issue in general. it's definitely a more expensive widget to build no doubt, but it shouldn't be this bad. are you using Canvas or HTML rendering on web?

usman-ghani-khan commented 2 years ago

I tested this on android and there isn't any lag on android. So I guess it's something related to the web? Anyways, I just wanted this plugin for android, so I will be closing issue.