You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Would it be possible to implement something that allows you to scroll through the calendar months instead of using the left and right arrow buttons to change between months ?
The text was updated successfully, but these errors were encountered:
That's definitely doable, it's pretty simple using on-swipe-leftand on-swipe-right directives. Unfortunately that does not include the animation of calendar moving with the finger, that would be more difficult as for now the months are rendered using one div only.
Let's do the on-swipe-leftand on-swipe-right work for now and I'll think about implementing the bonus animation in one of the next versions.
Would it be possible to implement something that allows you to scroll through the calendar months instead of using the left and right arrow buttons to change between months ?
The text was updated successfully, but these errors were encountered: