Vandzelyak / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
0 stars 0 forks source link

No scrollwheel support on desktop safari (patch included) #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We had been using an older version of iscroll bundled with an iUI branch that 
included a scroll-wheel patch by "MSG" (not sure who that is), but when we 
upgraded to the latest iScroll, we realized the patch wasn't included and we'd 
lost scroll-wheel support (which is rather nice for debugging in Desktop 
Safari).

So I created a google clone and applied MSG's patch to the latest iScroll: 
http://code.google.com/r/peterandjessica-iscroll-js/. I've tested it and it 
works (at least well enough for our desktop testing).

Let me know if there's anything else you'd like me to do. It would be great if 
it was pulled into the official repo so others can use it and so we don't have 
to re-apply the patch to future versions.

-- Peter Rust
peter@cornerstonenw.com

Original issue reported on code.google.com by PeterAndJessica@gmail.com on 22 Sep 2010 at 11:05

GoogleCodeExporter commented 8 years ago
Interesting. Thanks for sharing, I will definitely consider it for inclusion in 
the next version.

Original comment by mat...@gmail.com on 23 Sep 2010 at 5:56