damiengarbarino / dojo-calendar

Calendar widget for Dojo 1.8+
Other
20 stars 17 forks source link

Unify mouse/touch interaction model using dojo/touch #55

Open damiengarbarino opened 11 years ago

damiengarbarino commented 11 years ago

Currently the calendar is native touchStart, touchMove and touchEnd events. To be more generic, it could use the dojo/touch API Problem: mixing Mouse and Touch will trigger issues as dojo/touch is reacting to mouse event.

damiengarbarino commented 11 years ago

The new dojo/touch philosophy is to unify mouse and touch interactions. So it's a bigger task I previously thought. More a 2.0 task. Changing issue name.