Skip to content

Conversation

@tqc
Copy link

@tqc tqc commented Aug 29, 2013

Adds support for mobile safari by handling touch events and hiding rather than removing the origin element so that touchmove events are not lost.

Since the element is no longer being immediately removed, it may be given a custom style rather than being hidden directly:

.btf-dragon-origin {
display:inline-block !important;
opacity: 0.5;
}

dragon-drop.js Outdated

Choose a reason for hiding this comment

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

Looks like this may have been accidentally commented out.

Copy link
Author

Choose a reason for hiding this comment

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

That probably should go back in - I removed it for testing because strict mode breaks the safari debugger.

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