ion-datetime-picker
ion-datetime-picker copied to clipboard
Feature request: Scroll through calendar
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 ?
That's definitely doable, it's pretty simple using on-swipe-left
and 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-left
and on-swipe-right
work for now and I'll think about implementing the bonus animation in one of the next versions.