문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top