javascript - Is there a good touch library for IE10 & other browsers? -
i need simple gesture detection (swipe left/right, etc) poj or jquery. various reasons, must run on ie10 first-class citizen, none of libraries i've seen have support detection.
i hoping nice, tested, all-inclusive solution.
have missed something, or need start said project?
ie10 has built-in utilities detecting high-level browser gestures. if coding ie10, you'll able create best user experience using built-in library, called msgesture.
as can infer name, however, msgesture ie-only. if have support other browsers, might try hammer.js.
Comments
Post a Comment