treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Swipe detection library that doesn't interfere with text selection

  • Does anyone know of a javascript library that will let me bind a function to left/right touch swipes on the whole body, WITHOUT stopping text select from working? I've tried hammer.js and touchy.js and both stopped text selection from working, which won't work for me. Is this even possible?