Fullcalendar: Touch Support for Windows Phone (Windows 10 Mobile)

Created on 1 Jun 2016  路  3Comments  路  Source: fullcalendar/fullcalendar

When using the touch support for dragging and editing events in fullcalendar on windows mobile devices (windows edge browser) the long touch is not recognized by the calendar. Instead the device shows a small popup with "select all" that selects all text on the page.
This seems to be a windows edge feature that breaks the touch support functionality.

To reproduce the bug open simple Template on a Windows 10 Mobile Device with Windows Edge and long click an event.

Reproducing Touch

Most helpful comment

This solved the issue for me on IE/Edge on any touchscreen device, including a Windows 10 laptop:

.fc-timeline-event,
.fc-event {
    -ms-touch-action: none; /* otherwise drag and drop not working in IE on touchscreen */
}

All 3 comments

This solved the issue for me on IE/Edge on any touchscreen device, including a Windows 10 laptop:

.fc-timeline-event,
.fc-event {
    -ms-touch-action: none; /* otherwise drag and drop not working in IE on touchscreen */
}

@J3QQ4
Long press somewhat works but doesn't allow dragging to select with your workaround.

since Window Phone has been discontinued, I don't plan on putting much development effort into this

Was this page helpful?
0 / 5 - 0 ratings