A plugin for touching devices (iPhone/Android) ?
Hi,
You may have seen the newest Google Images for mobiles devices, it's incredibly fast and reactive. I tested several plugins for simulate the swipe, maybe it's smooth and clean on an iPhone (all of them seems to be created for this device), but on an Android Device, it's not so good.
So I was looking for a plugins or something else to allow me to do something like that :
- $('body').bind({
- touch: function() {
- // Do something
- },
- swipeLeft: function() {
- // Do something
- },
- swipeRight: function() {
- // Do something
- }
- });
Thank you \o/