Meta标签-为iPhone配置Web
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Meta标签-为iPhone配置Web相关的知识,希望对你有一定的参考价值。
Meta Tags to Config your Web site for iPhone, iPod Touch, and iPad users
<!--Change the Appearance of the iPhone's Status Bar--> <meta name="apple-mobile-web-app-status-bar-style" content="default" /> <!--The values that you can change for content are default (white), black and black-translucent.--> <!--Prevent Users From Scaling (Pinching)--> <meta name="viewport" content="user-scalable=no, width=device-width" /> <!--Icon for Bookmarked Website - 57 x 57 pixel .png file--> <link rel="apple-touch-icon" href="bookmark-icon.png" /> <!--Create a Splash Screen for iPhone Website - 320x460 .png file--> <link rel="apple-touch-startup-image" href="splash_screen.png" />
以上是关于Meta标签-为iPhone配置Web的主要内容,如果未能解决你的问题,请参考以下文章
WebApp 里Meta标签大全,webappmeta标签大全