<!--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