You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.