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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -