marcolago / flowtime.js

Flowtime.js HTML5/CSS3/JS Websites and Presentation Framework
https://marcolago.github.io/flowtime.js/
MIT License
1.34k stars 237 forks source link

Added navigation touch event listener #9

Closed smogg closed 11 years ago

marcolago commented 11 years ago

Hi!

Can you please confirm that you have added only this line? Brav1Toolbox.addListener(document, "touchend", onNavClick, false);

Because I've done the same modification just while you are editing the forked file; I've only put the listener inside a if(isTouchDevice) condition.

Thank you for your answer and for the pull request.

marcolago commented 11 years ago

Manually merged and closed.