Interact.js – drag and drop, resizing and multi-touch gestures
1–10 of 37 posts
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#2The components are usable and the abstractions seems good. Since I discovered famo.us (http://famo.us) earlier this year I have preferred to do use it for javascript UX code to ensure scrolling and animations run smoothly. I would love to have interact.js rewritten as an extensions to famo.us. Famo.us runs smooth, but lacks good examples, tools and extensions.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#3Just tried the demos on my phone (iPhone6) on the way home. Works wonderfully.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#4This is pretty fantastic, and at a bare minimum looks like a nice replacement for jQueryUI's drag-and-drop.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#5pinching and multitouch wont work on my Lenovo Flex 15 notebook..
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#6Really interesting - We've just implemented a html5 drag and drop which supports IE all the way back to IE9 but not mobile!
This looks great
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#7The double tap example never resizes on my Chromebook Pixel. The others work nicely.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#8On Chrome on Mac the dragging to the left leaves a trail behind, which goes away when finished.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#9Typo: "Resize from the bottom and left edges", it means right edge.
Re: Interact.js – drag and drop, resizing and multi-touch gestures
#10It's neat but on Android Chrome the areas that accept taps/drags/pinches/etc. consume swipe/drag to scroll events which means you have to create lanes or something on long pages(like the interactjs.io page itself).