-
Hello,
I am trying to figure how to determine if a draggable item already exists in a dropzone.
I am want to keep the dropzone from having two draggables dropped into it.
By watching the code in Chr…
-
Hi,
The interactjs.io home page have examples which use target.style.webkitTransform - which does not work in IE10-.
I replaced the onMove code with
``` javascript
onmove: function(event) {
var ele…
-
I'm currently working on an editor where you have a list of draggable elements which can be dropped to multiple places (aka dropzones) within the page. It works totally great so far.
But I would like…
-
I drag the interactable and throw it causing it to continue moving with momentum/inertia.
If I grab and drag it again while it is moving the onmove event.dy value gives a large value.
You can see th…
-
None of the demos at interactjs.io are working for me in Safari and Chrome on iOS7. It also is not working on my own website using interactjs.
The demos are working for me in Chrome 35 on a Nexus 7 r…
-
First off, awesome library. I've been working with it in WebKit and it has gone swimmingly, but testing in IE10 I get breaking errors. It complains about line 4466,
``` javascript
selectorGesture = n…
-
I'm working a dashboard that needs drag & drop widgets, resizeable. Interact.js seems to be good to our need, but I cannot find an example of how to implement resizable, can you help?
Thanks.
-
Feature request: Provide an option to ease into a snap rather than jumping to the snap point on inertia end.
http://interactjs.io/repo/demo/snap.html
-
On ios7, it only drag work. Dropping doesn't work.
You can try this bug on your demo site in drag and drop section.