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

Cannot sort via touch due to page scroll #73

Closed
tmm1 opened this issue Nov 1, 2016 · 2 comments
Closed

Cannot sort via touch due to page scroll #73

tmm1 opened this issue Nov 1, 2016 · 2 comments

Comments

@tmm1
Copy link

tmm1 commented Nov 1, 2016

The demos work well on mobile devices, but if you remove the fixed height on the container it becomes impossible to reorder. As you drag an item, the entire page scrolls in the opposite direction and the element stays in the same position.

One way to fix this is to set window.ontouchmove = (e) => e.preventDefault() while an item is being dragged.

@JakeSidSmith
Copy link
Owner

Update: just released 3.0.0-alpha.0 on npm. I'd suggest checking out this version, it should be far more stable than the existing release, fixes a lot of bugs, and adds the ability to drag between lists. :)

See the readme after installation, there's been a considerable change to the interface.

@JakeSidSmith
Copy link
Owner

Closing due to lack of response.

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

Successfully merging a pull request may close this issue.

2 participants