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

item "jumping" up on ipad #288

Closed
avoliva opened this issue May 19, 2017 · 2 comments
Closed

item "jumping" up on ipad #288

avoliva opened this issue May 19, 2017 · 2 comments

Comments

@avoliva
Copy link

avoliva commented May 19, 2017

When dragging, the dragged item sometimes jumps up from where the finger is, and it's about 2 inches above where my finger is. But the dragging still works it's just the item is out of sync I guess for whatever reason.

@MichaelHydra
Copy link

Having a similar issue but on Android devices and it only seems to happen on pages that have a vertical scroll. Any ideas what could be causing this?

@avoliva
Copy link
Author

avoliva commented Jul 11, 2017

Sorry forgot about this, I was able to fix this with this on jquery ui

helper: function(event, ui) {
    var $clone =  $(ui).clone();
    $clone .css('position','absolute');
    return $clone.get(0);
},

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

2 participants