My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1383: Not working properly in touch scrren devices.
2 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 724
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by avinash....@gmail.com, Apr 23, 2012
Plugins drag and drop functionality for particular time selection on single day option not work in touchscreen devices. It work well in desktop browsers.

May 30, 2012
#1 dips.kid...@gmail.com
Yes, I too have the same issue. I am unable to select the time slots on a single day, and when I do that the page gets scrolled. Do have any solution for this? But this is an amazing plugin on desktop.
Sep 6, 2012
#2 veer...@gmail.com
I am also facing the same issue. I have also tried using the jquery touch punch plugin but I was still not able to select multiple cell in the month view of calendar. I had also posted this issue on stack but could not get any solution. here is the link to stack http://stackoverflow.com/questions/12244105/fullcalendar-multiple-cell-select-on-mobile-device
Aug 15, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 724
Aug 21, 2015
#5 paul.wol...@gmail.com
Use touch punch for dragging events (add code in eventRender:
$.support.touch = 'ontouchend' in document;

if ($.support.touch) {	
     $(element).draggable();
}


for adding touch capabilities to daycells use another touch js file: https://github.com/joshgerdes/jquery.ui.touch
and add cell.addTouch() in dayRender
Sign in to add a comment

Powered by Google Project Hosting