-
This issue tracks the high-level addition of drag-and-drop features to the cdk.
-
OK is it just me or is svg with draggable no longer working in Internet Explorer?
My own efforts no longer work and the demo "Use in SVG files" no longer works either. It gives an error "Unable to…
-
I see this error every once and a while in my code. The subject is a bit off cause my code is minified. =)
I've traced that down to this line of code in getXY:
https://github.com/taye/interact.js/bl…
-
I have an aurelia project built in Visual Studio and Typescript using SystemJS to load modules installed via jspm.
I ran "jspm install npm:interactjs --edge" to get the latest unstable version to…
-
In safari , error comment:
interact.js?access_token=a385b1a…:649 Uncaught TypeError: Cannot read property 'pageX' of undefined
Uncaught TypeError: Cannot read property 'pageX' of undefined
…
-
I have a requirement in my project. The dragged item will only appear in the dropzone. Any place outside the dropzone will not be permitted. Is it possible?
-
http://interactjs.io/docs/snapping/#offset
in the example you have typo (which could not work for me): `'startCorods'`
##
-
### Issue description or question
I have an ASP.NET Core, Aurelia project, using Webpack and TypeScript.
Walaby starts up fine and runts all the tests on VS Code, but if faisl to start in Visual …
-
We've been using paper.js pretty heavily for a couple projects, and have been trying to implement a multi-touch solution for drawings paths.
So far we have been able to get multi-touch working for pa…
-
CommonJS module name is "interact.js" (as defined in package.json), but AMD module name is "interact".
I think it should be consistent in all environment.
This also creates a problem in language bindi…