-
I am trying to implement interact-draggable and interact-resizeable on same element
providing ActionOptions different( i tried same Action Options too).
My problem is after Resizing the element, s…
-
I believe this will be hard to reproduce in a demo, so I will just link to [my repo](https://github.com/EddyVinck/xp).
The bug is still available when checking out [this commit](https://github.com/Ed…
-
Hi, I'm having trouble selecting text within the SVG image when using this plugin. Has anyone else encountered this issue and know of any possible fix?
All text is unselectable, even when disabling p…
-
Is this possible, to dragging elements inside the cage, like here: http://jsfiddle.net/wfMLe/2/
If yes, can you add this as example to http://interactjs.io/ ?
I see your example "Snapping" but there…
-
After calling on single interact instance
```
.draggable(false)
.resizable(false)
.unset()
```
there are still document listeners like `pointermove` that were not cleaned up, t…
-
To create a snap grid, the docs mention `interact.createSnapGrid()` at http://interactjs.io/docs/snapping/#snap-grids
Typings are missing this function.
gossi updated
5 years ago
-
**I'm submitting a feature request**
I would like to use interact('.tap-target') .onTab en onHold. I can add it to the code with a pull request, but would like some guidelines on the implementation.
…
-
Forgive me but completely crap here (Git).
I zip downloaded interact just to have a further look at some examples.
Unfortunately all the examples seem to have:
but there is no dist folder…
-
For resize events, the docs mention the `rect` and `deltaRect` property which is added to `InteractEvent`, ref: http://interactjs.io/docs/#resize-edges
However, the typings are missing them and my …
gossi updated
5 years ago
-
My dependencies:
```
{
"name": "xxxxxxxxxx",
"private": true,
"version": "0.0.0",
"devDependencies": {
"@types/history": "4.6.0",
"@types/react": "16.8.13",
"@types/reac…