Visited this from today's most popular mobile presentation device, the iPad, and what I assume is the first slide might as well have been a single static JPEG.
I see from comments here the template requires keyboard control. Too bad it can't be controlled with gestures.
If you take a look at the javascript, there's an event handler that looks at different keycodes and assigns them to actions. PageUp, PageDown, Up, Down, Left, Right, j, and k are all assigned. It should be simple to attach handlers for mouse and gesture events too, and just call the same actions.
I see from comments here the template requires keyboard control. Too bad it can't be controlled with gestures.