网站与 iPhone 兼容
大家好...我必须在一个网站上工作并将其配置为 iPhone...
这些网站在 iPhone 上运行不同,在普通浏览器上运行也不同,
特别是第二个,运行时看起来像表格视图在 iPhone 上..
我想让我的网站像这样...... 如何制作这个
有没有任何模板可以做到这一点请帮忙
Hii all... I have to work on a website and make it configure to iphone...
I mean like following this and this
These website run differently on iphone and different on a normal browser
specially second one which Look like a table view when it run on iphone..
I want to make my website like these....
How to make this
are there any templates to do this please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还可以看看一些移动 Web 开发客户端框架,例如 jQTouch。
http://www.jqtouch.com/
以及 iwebkit.net 做了很多工作你。无论如何,他们应该提供足够的示例代码,让您知道从哪里开始。
Also have a look at some mobile web development client side frameworks like jQTouch.
http://www.jqtouch.com/
As well as iwebkit.net which do a lot of the work for you. In any case they should provide enough sample code to give you a good idea where to start.
在用户代理中查找
iPhone
并提供不同的 CSS、视图等。Look for
iPhone
in user agent and serve different CSS, views, etc.