Open fisherwebdev opened 12 years ago
Seems like integration with IE10 / Metro would be a high priority. Some docs on that here: http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx
Support for mouse and touch events on the same device, the Surface tablet and removing jQuery dependancy seem like top priorities. The next things to include with Touchy listed above are all excellent, however the user-requested-features would help to keep Touchy immediately useful while the other changes evolve Touchy with best practices and alongside touch enabled devices.
Another idea: Touchy as a modular system, with separate files for swipe, drag, etc. This would let you only include what you are using, and get the file size down by 0.5K or so, after gzip. This would also free up Touchy to offer more functionality. We would be free to add a lot of stuff, and not worry as much about bloating the file size.
Hi,thanks for the great work! Removing jQuery would be my favorite. I am using Zepto for most projects and I am trying to get my head around rewriting the special event dependency.
I think there may be some issues with the event bubbling when in the wheel example I can have
removing the jQuery dependency is interesting. It could be good to preserve some code to easily hook up the events with the jQuery api
Here are some ideas for improving Touchy. Please let me know how this list should be prioritized or expanded.
Thanks! ~ Bill