views:

38

answers:

1

Hi, 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.

A: 

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: http://wiki.github.com/senchalabs/jQTouch/callbackevents

Sanjay Ginde