Mobile Learning Series 1--meta Tags

Source: Internet
Author: User


<!--whether the WebApp feature is started, the default Apple toolbar and menu bar are removed--
<meta name= "apple-mobile-web-app-capable" content= "yes"/>

<!--when the WebApp function is activated, displays the phone signal, the time, the color of the top navigation bar of the battery--
<name=content="Black"/>

<!--width–//[Pixel_value | device-width] Viewport width, range from 200 to 10,000, default is 980 pixels --
<!--height–//[Pixel_value | device-height] Viewport height, range from 223 to 10,000-->
<!--initial-scale–//Float_value, initial scaling (range from > 0 to ten) --
<!--minimum-scale–//Float_value, which allows the user to zoom to the minimum scale--
<!--maximum-scale–//Float_value, which allows the user to zoom to the maximum scale--
<!--user-scalable–//[yes | no] user can manually zoom --
<!--view window, moving the label of a special genus--
<meta name= "viewport" content= "Width=device-width, initial-scale=1, maximum-scale=1, User-scalable=no" >

<!--ignore numbers in pages recognized as phone numbers or mail --
<meta name= "format-detection" content= "Telphone=no, Email=no"/>

<!--fast mode with 360 browser enabled (WebKit)- -
<meta name= "renderer" content= "WebKit" >

<!--prevent IE from using compatibility mode --
<meta http-equiv= "x-ua-compatible" content= "Ie=edge" >

<!--optimized for handheld devices, mainly for older browsers that do not recognize viewport, such as BlackBerry--and
<meta name= "handheldfriendly" content= "true" >

<!--UC Force vertical screen --
<meta name= "Screen-orientation" content= "Portrait" >

<!--QQ forced vertical screen --
<meta name= "X5-orientation" content= "Portrait" >

<!--UC Mandatory fullscreen --
<meta name= "Full-screen" content= "yes" >

<!--QQ Mandatory fullscreen --
<meta name= "X5-fullscreen" content= "true" >

<!--UC Application Mode --
<meta name= "Browsermode" content= "Application" >

<!--QQ Application Mode --
<meta name= "X5-page-mode" content= "App" >

<!--windows Phone Click No Highlight --
<meta name= "Msapplication-tap-highlight" content= "no" >

Mobile Learning Series 1--meta Tags

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.