-
We know that holder events don't work as we want them to, but we haven't really defined how we want them to work. This is a draft of what I think should happen.
### Widget dragged from HolderA to H…
-
Hi! First of all, thanks for this amazing project, is just that I wanted. So elegant and easy to implement.
Could you add support for mobile users? I referr to touchscreen obviusly
I tried to mak…
-
Hi, @klaasman @johanneswilm @advantiss @joshuacoles
I m using vue-smooth-dnd with quasar (Vue framework).
https://codesandbox.io/s/vue-quasar-latest-working-czqjt
you can see code in codesandb…
-
I found click event not fired on my android device.(samsung galaxy note/android 7).
Because some devices calls 'touchmove' event when you tapping.
So, I add below code on 'touchMove' event function…
KVVat updated
6 years ago
-
### Preliminary checklist
- [X] I have read the [README](https://github.com/uazo/cromite/blob/master/README.md).
- [X] I have searched the existing issues for my problem. This is a new ticket, NOT a …
-
It would be nice if there was an option to disable closing a webapp with a gesture. I have an interactive map in my webapp and if I drag it down the web app may close.
-
Now this patch fixes problem when doesn't work.
```
function touchstart(event) {
var touches = event.originalEvent.touches;
var touchedObject = touches[0].target;
if (touchedObject.nodeName=='…
-
**### What problem does this feature solve?**
An event modifier to support passive events was added in #5132.
In the last couple of years, browsers have adopted the passive behavior by default for…
-
After updating to iOS 10 I noticed that the page doesn't stop scrolling anymore when dragging the element.
I then tried to to enable the longTouch option which caused the page to stop scrolling as ex…
-
The code of `handleDispose()` is someting like:
```js
handleDispose: function handleDispose(event) {
this.off('mousemove', this.handleMouseMove.bind(this));
this.off('touchmove', this.handle…