Question

I am helping a friend to turn her weekly comic strip into an iPhone webapp. Is there any sample app that I can learn how this is done?

The comic strip is a new jpeg file every week, usually containing 4 blocks. It is desirable to show one block at a time and use swipe events to move back and forth.

Any help is highly appreciated.

Was it helpful?

Solution

You should check out the jQtouch library. It's designed to support phone gestures for webapps: http://www.jqtouch.com/

In particular, the beta version has swipe detection: https://github.com/senchalabs/jQTouch/wiki/Callback-Events

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top