Skip to content
DayPilot

Tutorial: HTML5 Event Calendar - Touch Events Customization (iOS, Android, Windows 8)

How to customize the touch gestures for the ASP.NET event calendar on mobile devices (iOS, Android, Windows 8).

Tutorial: HTML5 Event Calendar - Touch Events Customization (iOS, Android, Windows 8)

Tutorial

Features

  • ASP.NET event calendar control
  • HTML5 support (touch gestures)
  • Touch drag and drop
  • Tap and hold event for context menu
  • Drag and drop from external list

Enabling context menu for "tap and hold" gesture on touch devices

<DayPilot:DayPilotCalendar 
  ID="DayPilotCalendarWeek" 
  runat="server" 

  TimeRangeTapAndHoldHandling="ContextMenu"
/>

The sample project with C# and VB source code is available for download.

Related tutorials