将漫画转为 iPhone 网络应用程序
我正在帮助一位朋友将她每周的漫画变成 iPhone 网络应用程序。有没有任何示例应用程序可以让我了解如何完成此操作?
漫画是每周一个新的jpeg文件,通常包含4个块。最好一次显示一个块并使用滑动事件来回移动。
非常感谢任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 jQtouch 库。它旨在支持网络应用程序的手机手势:
http://www.jqtouch.com/
特别是,测试版本具有滑动检测功能:
https://github.com/senchalabs/jQTouch/wiki/Callback-Events
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