jquery.schedule icon indicating copy to clipboard operation
jquery.schedule copied to clipboard

Mobile / Touch

Open mr-deamon opened this issue 4 years ago • 2 comments

Hi Cool plugin, exactly what i am searching for. But: Am I doing something wrong or is it not working on mobile- / touch-enabled-devices?

Chris

mr-deamon avatar Mar 08 '21 07:03 mr-deamon

Good question !! Perhaps there is an event doing the reading. I solved this in another project by activating the drag and move and resize functions with the double click for ativals, when I clicked destroy the move and resize. I don't have time to brush this code, but already include it in my project for a simple video editor. If you can make any progress in relation to this, please post here !! Thanks!!

Condiolov avatar Mar 30 '21 12:03 Condiolov

Touch will work by adding the library jquery.ui.touch-punch.min.js to the code. This is required beside jQuery UI.

cdaecke avatar Feb 07 '23 11:02 cdaecke