taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.32k stars 783 forks source link

Interact Js not working on Linux based systems #983

Closed holema closed 1 year ago

holema commented 1 year ago

Hello @taye,

I know this issue is a duplicate of #967.

I have the same problem as described in the issu, that on some linux machines there is no way to drag the window. Is it possible to support the project to get this bug fixed?

Best regards

taye commented 1 year ago

This is likely a distro-specific issue with Chrome/Chromium. I don't think there's much I can do on the side of this library.

GwenDragon commented 1 year ago

@taye You should add information on the project website and in documentation that the library does not work on Linux. Would be good for users to know if they want to use your lib on all OS. Thanks.

holema commented 1 year ago

@GwenDragon,

I use https://github.com/daybrush/moveable as a alternative because I had a usecase where it has work on a linux based system. There you have think different but it works almost as good as interact.js

GwenDragon commented 1 year ago

The lib does not on Linux with Chromium 108/109 or other Chromium-related browsers. The issue is foxed now. Thanks to Taye.