<meta name=viewport content=width=device-width, initial-scale=1.0, user-scalable=no>
<meta name=format-detection content=telephone=no>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=#6f9ddc>
<!-- Page encoding method->
<meta charset=utf-8>
<!-- Priority to the latest versions of IE and Chrome -->
<meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1>
<!-- Search engine optimization, page keywords, each web page should have a unique set of keywords that describe the content of the web page -->
<meta name=keywords content=>
<!-- Search engine optimization, page description, each web page should have a description tag that has no more than 150 characters and can accurately reflect the content of the web page-->
<meta name=description content=>
<!-- Optimize the display of mobile browsers. The zoom ratio is 1 by default, and manual zoom is not allowed. If it is not a responsive website, do not use initial-scale or disable zooming. -->
<meta name=viewport content=width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no>
<!-- Rendering a website using the webkit kernel-->
<meta name=renderer content=webkit>
<!-- Baidu transcoding is prohibited->
<meta http-equiv=Cache-Control content=no-siteapp>
<!-- icon after adding to home screen -->
<!-- <link rel=icon type=image/png href=assets/i/favicon.png> -->
<!-- After adding to the home screen - Enable WebApp full screen mode (Android) -->
<!-- <meta name=mobile-web-app-capable content=yes> -->
<!-- The icon added to the home screen (Android) -->
<!-- <link rel=icon sizes=192x192 href=assets/i/[email protected]> -->
<!-- After adding to the home screen - Enable WebApp full screen mode (iOS) -->
<!-- <meta name=apple-mobile-web-app-capable content=yes> -->
<!-- After adding to the home screen - Set the background color of the status bar (iOS) -->
<!-- <meta name=apple-mobile-web-app-status-bar-style content=black> -->
<!-- Title after adding to home screen (iOS) -->
<!-- <meta name=apple-mobile-web-app-title content=China Airlines Office Automation/>
<!-- icon after adding to home screen (iOS) -->
<!-- <link rel=apple-touch-icon-precomposed href=assets/i/[email protected]> -->
<!-- icon after adding to home screen (win8) -->
<!-- <meta name=msapplication-TileImage content=assets/i/[email protected]> -->
<!-- After adding to the home screen - Set the background color of the status bar (win8) -->
<!-- <meta name=msapplication-TileColor content=#0e90d2> -->
<!-- Close mobile phone number recognition (iOS) -->
<meta name=format-detection content=telephone=no>
<!-- Close mobile email recognition (Android) -->
<meta name=format-detection content=email=no>
The above useful meta setting methods (must read) are all the content I share with you. I hope you can give you a reference and I hope you can support Wulin.com more.
Original address: http://www.cnblogs.com/jiekk/p/5695031.html