torkiljohnsen / swipe

jQuery plugin that adds mobile touch swipe event handling, and allows for vertical scrolling.
http://torkiljohnsen.com/demo/layered-mobile-nav/
183 stars 17 forks source link

Zepto.js port #30

Closed gregstewart closed 12 years ago

gregstewart commented 12 years ago

Hi there,

I quickly put together a port of your library to Zepto. Not sure if you won't to pull this into your repo, at any rate I thought you might like to know.

Cheers and thanks for the great work!

Greg

torkiljohnsen commented 12 years ago

Cool!

Haven't tried Zepto, but I see you haven't done much but add files. I see no problem with merging this.

I'll have to do a diff on the files and see for myself. Any thoughts on improving the jQuery version would be greatly appreciated! :)

gregstewart commented 12 years ago

Thanks for merging. There's an updated example file. I forgot to include the utility functions. So while it works in the browser without the utility functions, looking at the page on a mobile device won't work without including those.

torkiljohnsen commented 12 years ago

Feel free to make pull requests at any time. I am currently overloaded with other work, but will get back to this as soon as time allows :)