katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Feature request: Scroll through calendar #97

Open vTrip opened 7 years ago

vTrip commented 7 years ago

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 ?

katemihalikova commented 7 years ago

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.