jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

Mobile - not working #692

Open TheSnowGuru opened 1 year ago

TheSnowGuru commented 1 year ago

The whole functiinality of the drag and drop on mobile doesnt work... To fix we can try to add a library or something?

jerosoler commented 1 year ago

The drag and drop functionality is not part of the library.

But the demo of the repository does work on mobiles. Test with android and chrome.

You can try with libraries like: https://shopify.github.io/draggable/

TheSnowGuru commented 1 year ago

I saw the demo, but on my project when i tried to use with mobile, can't do anything...any suggestion on how to fix this?

jerosoler commented 1 year ago

The demo code is available here: https://github.com/jerosoler/Drawflow/blob/master/docs/index.html

You can use drag and drop libraries like the one discussed above.

You can also read about the drag and drop api: https://www.w3schools.com/html/html5_draganddrop.asp