sublime-scroll
sublime-scroll copied to clipboard
feat(touch events): add support for touch events
This pull request add support for touch events. The changes are only in the JavaScript file... sorry, I don´t know LiveScript (yet).
Tested on Chrome with touch simulation, IE 10 and Firefox. On iPad 2 the drag isn´t as soft as should be but I think it can be debug.
I´d like that you test this changes too.
Thanks.
Bye.
I can't merge this if it's not LiveScript. And I can't work from the diff either because all the lines are "changed". Windows style newlines?
I´ve used the JS Prettify plugin for Sublme Text to format the code and there is new lines added to the js file. Maybe I can do the changes on the original js file without change de lines format.
I´ve made the changes with the original format style. The differences only should appear now in the new or modified lines for the touch support.