Issue
I am using fullcalendar version 2.9.1. I am rendering calendar as agendaWeek. When I click on specific time slot from desktop, it’s firing the select callback, but when I click on the mobile device it’s not. What is the problem?
selectable:true,
select: function(start, end, jsEvent, view) {
// event is firing this callback
}
I am using this in angular application using ui.calendar
Solution
I think you need to tap and hold in order to select dates/slots in mobile devices… https://fullcalendar.io/docs/event_ui/longPressDelay/
Answered By – eddiriarte
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0