react-flow-chart icon indicating copy to clipboard operation
react-flow-chart copied to clipboard

I having some issues to insert a new Node in mobile mode

Open orestesparra opened this issue 5 years ago • 2 comments

Hi, I need support of how insert a new Node in the IChart throw click event or touch event. I understand that the Drag and Drop event is the actual solution, but i have a case when my website is in mobile mode where drag and drop doesnt works.

I will a appreciate any feedback of how to archive my goal in this.

Best Regards

orestesparra avatar Mar 12 '20 20:03 orestesparra

Hi, @MrBlenny . I trying to use your library in mobile mode. So, I trying to add touch event to manage link conection between ports, but I cant capture the html element inside the event when "touchend" happened. Only appear the html where started the touch event. This is in Port.wrapper.tsx Do you have any comment regarding of this?

Best Regards

orestesparra avatar Mar 16 '20 19:03 orestesparra

I haven't really been testing it on mobile. Happy to accept any PRs if you find a fix.

MrBlenny avatar May 09 '20 06:05 MrBlenny