Meta标签-为iPhone配置Web

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Meta标签-为iPhone配置Web相关的知识,希望对你有一定的参考价值。

Meta Tags to Config your Web site for iPhone, iPod Touch, and iPad users
  1. <!--Change the Appearance of the iPhone's Status Bar-->
  2. <meta name="apple-mobile-web-app-status-bar-style" content="default" />
  3. <!--The values that you can change for content are default (white), black and black-translucent.-->
  4.  
  5. <!--Prevent Users From Scaling (Pinching)-->
  6. <meta name="viewport" content="user-scalable=no, width=device-width" />
  7.  
  8. <!--Icon for Bookmarked Website - 57 x 57 pixel .png file-->
  9. <link rel="apple-touch-icon" href="bookmark-icon.png" />
  10.  
  11. <!--Create a Splash Screen for iPhone Website - 320x460 .png file-->
  12. <link rel="apple-touch-startup-image" href="splash_screen.png" />

以上是关于Meta标签-为iPhone配置Web的主要内容,如果未能解决你的问题,请参考以下文章

WebApp 里Meta标签大全,webappmeta标签大全

移动webApp必备技能WebApp 里Meta标签大全,webappmeta标签大全

HTML Meta标签

web代码片段

移动web

移动web前端之meta标签