Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Edit:</p> <p>I used <a href="http://touchpunch.furf.com/">Touch Punch</a> and dayRender to allow selecting a day or multiple days on a touch device. I just added the source and added the addTouch() function from Touch Punch to the rendering of the day cell:</p> <pre><code>dayRender: function( date, cell) { cell.addTouch(); }, </code></pre> <p>This at least lets you select a day or days on a touch device, you may be able to use the other Touch Punch functions elsewhere to do more but I haven't tried it.</p> <hr> <p>I am experiencing the same issue with an iPad. I tried <a href="https://github.com/jboesch/jQuery-fullCalendar-iPad-drag-drop">https://github.com/jboesch/jQuery-fullCalendar-iPad-drag-drop</a> as well with my fullcalendar application and can drag the one event but can't drag another, it scrolls. I disabled scrolling, but still get the same behavior. I also tried the last option mentioned here <a href="https://code.google.com/p/fullcalendar/issues/detail?id=724&amp;q=ipad&amp;colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars">https://code.google.com/p/fullcalendar/issues/detail?id=724&amp;q=ipad&amp;colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars</a> with this project <a href="https://github.com/joshgerdes/jquery.ui.touch">https://github.com/joshgerdes/jquery.ui.touch</a></p> <p>I also want to make a selection of days or hours to create an event. I took a look at google's calendar on the iPad, it is also missing this functionality and they have a notification to use the mobile version if its not working on your browser (safari on the iPad). The mobile version does not display any events in the month view so this won't work as an option for my application. A fully functioning fullcalendar with selectability and drag drop would be ideal, but touch devices might not support this well. I'll keep looking for a solution as well, but if google doesn't offer the functionality, it might not be easy to implement and we might need to offer a mobile version and/or live without selectability and drag and drop on touch screens. I'd greatly appreciate anyone else's help as well.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload