使用 ASP.NET,如何创建 iPhone/Android 特定的移动网站?
我想采用我们当前的移动网站并重新设计它以供 iPhone 使用。我们网站上的所有代码目前都在服务器端运行,并分为多个页面,但我想获得 jQTouch 提供的所有客户端功能,例如过渡动画和类似 iPhone 的按钮。我应该从哪里开始?
I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get all the client-side features like transition animations and iPhone-like buttons that jQTouch offers. Where should I start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个不错的谷歌项目,它使用 CSS 来模仿 iPhone UI...它称为 IUI...下面是 Google Code 项目的链接。
http://code.google.com/p/iui/
希望这对您有帮助。
There is a nice google project that uses CSS to mimic the iPhone UI... Its called IUI... Below is the link to the Google Code project.
http://code.google.com/p/iui/
Hope this helps you out.