Draging / resizing on touch screens? #291
Closed
ajtompkins
started this conversation in
General
Replies: 2 comments
-
The trick is that on a mobile device you need to tap on the event and hold it for a while. After that, it becomes draggable and works like on a desktop. How long you need to hold it is configured by longPressDelay option. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That works a treat! Thanks for all the work on this projet, much appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got an implementation of the calendar working well. Currently trying to make it work with the mobile friendly version of the website.
Is there anyway of being able to drag events or resize events with a touch screen device? It either seems to register as a click or scrolls the entire screen rather than drag the event. Can't 'select' the bottom of the event box to make the event longer at all.
It seems to work a little better if I set a 'height' property for the calendar, but still not ideal.
Just wondering if anyone's got the calendar working nicely on touch screen devices and if I'm missing a trick?
Beta Was this translation helpful? Give feedback.
All reactions