Appgutta / AGCalendar

Calendar module for Titanium
Other
80 stars 25 forks source link

Longclick event #22

Closed clseva closed 11 years ago

clseva commented 11 years ago

Hi Chris, great module.

Is it possible to detect "longclick" event when you select some date? For example, it would be great to have "date:longclick" or "date:longclicked" to add a new event. Also, it could return the selected date like "date:clicked". Would this be very tricky to do?

Thanks and great work!!

ChrisRM commented 11 years ago

Fixed! See https://github.com/Appgutta/AGCalendar#datelongpress

clseva commented 11 years ago

Great! It works correctly! Thank you so much!!