-
Notifications
You must be signed in to change notification settings - Fork 166
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
Input element not working #18
Comments
Hi, I have made a little update to prevent click when user has drag content from a link, I think it could work with buttons too. I didn't have permissions to make a PR. Here is the new code. Feel free to update the lib if you think it's useful. (function (root, factory) {
})); |
Doesn't work. |
I've got the same problem |
would it solve the problem, if you use the |
nochilddrag it stop entire element. Not fit into my current problems. By default, the plugin should ignore those inputs, button, links, etc... |
Jquery DragOn did a very good job. But I tested there have mobile issues. |
Can anyone tell me how to fix input boxes? |
Are we just going to remove |
mousedown --> remove 'e.preventDefault()' |
You can find answer for this question here: |
Hi,
Any way can exclude action elements such as input fields, buttons, etc...?
Will be great if implement options or api to use.
The text was updated successfully, but these errors were encountered: