HTML5 Canvas "scrolling" on a touch screen?
I'm pretty new to working in the HTML5 Canvas - bear with me!
I've been asked to develop a timeline in AA that will be displayed on a touch screen. The user should be able to "scroll" through the horizontal timeline by dragging their finger. When they tap on any given year on that timeline, an element with more info pops up.
The leap from "click" to "tap" was easy enough - but I'm having some difficulty getting the scroll/swipe to behave the way I need it to. Can anyone point me in the right direction of how to program the scrolling feature?
