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

Draggable mobile support #2

Open
ca-dsgn opened this issue Sep 17, 2015 · 0 comments
Open

Draggable mobile support #2

ca-dsgn opened this issue Sep 17, 2015 · 0 comments

Comments

@ca-dsgn
Copy link

ca-dsgn commented Sep 17, 2015

Hi guys,

that's a great jquery plugin u guys developed there. Just figured out, that the draggable function of your plugin is not working on mobile platforms e.g. iOS. I think you can do that really quick by replacing the event of the function, if you are on a touch device.

if (e.originalEvent.touches) {
e = e.originalEvent.touches[0];
}

Best,
Christian

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

1 participant