Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sortable with delay issue #122

Open
rmjacob opened this issue Sep 13, 2013 · 7 comments
Open

Sortable with delay issue #122

rmjacob opened this issue Sep 13, 2013 · 7 comments

Comments

@rmjacob
Copy link

rmjacob commented Sep 13, 2013

This is a great solution for what I am trying to do. Nice work.

I was trying to use the sort routine with delay on an iPhone app to prevent the rows in my table from moving around when the user scrolls the page up and down. The delay simulates a long press event. However if the screen is filled with rows, the UI scroll does not work and I cannot get to the items at the bottom. It's as if there's another layer on top of the sortable rows that's blocking the scrolling feature of the UI. Any ideas on how to fix this?

@samccone
Copy link

+1

@1stposition-il
Copy link

@samccone
Copy link

samccone commented Feb 5, 2014

ended up basically implementing this using the delay on jquery-ui-draggable

@danjger
Copy link

danjger commented Feb 5, 2014

@samccone How did you implement that? My issue is that on scrolling the widgets change values too easily and I suspect your fix would help my bothersome by-product of adding this.

@nephics
Copy link

nephics commented Feb 10, 2014

+1 on the issue, and also very interested to know what @samccone did

@samccone
Copy link

ok so my solution was basically to add 2 things @nephics @danjger

1

from within the touch punch lib

in my drag init

ignore the console :)

@jayagl
Copy link

jayagl commented Aug 24, 2017

For anyone who ends up here looking for a solution - I've created a pull request which implements this using a global touchPunchDelay property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants