ion-datetime-picker icon indicating copy to clipboard operation
ion-datetime-picker copied to clipboard

Feature request: Scroll through calendar

Open vTrip opened this issue 8 years ago • 1 comments

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 ?

vTrip avatar Jan 20 '17 00:01 vTrip

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.

katemihalikova avatar Mar 08 '17 07:03 katemihalikova