You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When thumbs.js first came about, there was no standard for touch events. Webkit on Android, BlackBerry, and iOS all implemented the touch details differently. Since I only needed the simple events, I decided to avoid the hard stuff.
Recently, W3C has got around to the TouchEvent Specification. Both @ryanbetts and myself would really like to see thumbs.js polyfill this spec. However, my current project does not need anything beyond the basic touch events.
I wonder if Cordova-WP7 could benefit from thumbs.js implementing the entire W3C TouchEvent spec? What are your thoughts @purplecabbage?
@d4rky-pl, if you have a need for the full TouchEvent spec, it would be great to see a patch!
To make it work, you'd have to implement:
See: http://www.html5rocks.com/en/mobile/touch.html#toc-events
Otherwise it's pretty much useless with everything slightly more complex than simple tapping.
The text was updated successfully, but these errors were encountered: