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

Fixes #6 mouse events on touch laptop #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zzgab
Copy link
Contributor

@zzgab zzgab commented Feb 12, 2017

No description provided.

@@ -84,9 +81,11 @@
var $this = $(this);

if (dragSelector) {
$this.on(dragEvents.START + eventNamespace, dragSelector, dragStartHandler);
$this.on(dragEventsMouse.START + eventNamespace, dragSelector, dragStartHandler);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zzgab will it not bind 2 times for touch screen devices? Just curious! haven't tested.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vishalmindtickle You mean, for touch-only devices (smartpones/tablets)? Hmm, could be...
Any idea how I could check this?

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 this pull request may close these issues.

2 participants