-
This file is quickly becoming a mammoth and needs some form of consistency and standards added in.
How did this happen?
* I wasn't too familiar with the controller side of October when I started i…
-
Hello,
Please find below a small bug report for this very cool library :-)
Thanks !
## Observed
- go to http://interactjs.io/
- scroll down to the **Resizing** demo
- hover the right edge …
-
I am trying to make a taskboard with interact.js, but I can't find a way to make my task go to the nearest column.
Here is my code :
```
`interact('.draggable')`
`.draggable({`
// en…
-
I have some code that has stopped working since nwjs 0.18. The problem can be observed with the SVG example from http://interactjs.io/. It is a star in SVG whose corners can be dragged to change its s…
-
Love your calendar! One little thingy: I use require.js to do AMD-loading. It appears that I'm unable to set paths when the name "interact.js" is used. Require.js then always tries to find the file in…
-
I need to toggle a class called `'interactible'` for my divs to use interact.js. I used a directive called `dbClick` to toggle the class. It works normally in Chrome browser.
However, in phones and…
-
I am using (and loving) Interact.js v1.2.6. I bring it in to my environment via Webpack/NPM, and that's worked fine on the web.
However, I recently tried to test some code that involved Interact.j…
-
I am aware that this is quite a common problem with Webpack, but I am a total newbie and the solutions I've found so far seem to be very specific to the single project. However, the scen…
ghost updated
7 years ago
-
First of all, I do apologize if this issue already exists, or a solution already exists I have went through many of the issues and couldnt really find one that fit this category... all the same if one…
-
I'm using Vue.js:
`
`
this above code will dynamically generate a img into #print-area.
and i use the function printJS('print-area','html'), it's not working, just a blank page unless …