jerosoler / Drawflow

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

Not support drag and drop in responsive screen #609

Open Ashvi213 opened 1 year ago

Ashvi213 commented 1 year ago

It's working fine on desktop. While checking for the responsiveness(on mobile device, tabs) , unable to drag and drop the nodes. Can u please help?

jerosoler commented 1 year ago

View Demo: Source code: https://github.com/jerosoler/Drawflow/blob/master/docs/index.html Demo: https://jerosoler.github.io/Drawflow/

Drag and drop in mobile work.

The drag and drop is also not a function of the library. If not more than html/javascript.

Ashvi213 commented 1 year ago

While implementing on angular project the functionality is not working. Need to add external libraries?