Skip to content

Conversation

@soonsuweb
Copy link

Add Handling Mouse Events for PC Browsers

  • IE 10+
  • In IE9, Swiping with Mouse events isn't supported like now. Because IE9 doesn't support addEventListener.

swipe.js Outdated

// remove current event listeners
element.removeEventListener('touchstart', events, false);
element.removeEventListener(bowser.touchstart, events, false);

Choose a reason for hiding this comment

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

bowser => browser

Copy link
Author

Choose a reason for hiding this comment

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

thank you!

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