End mobile browsers adaptation and landscaping

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no,viewport-fit=cover">
    <meta charset="utf-8">
    <!-- Safari强制全屏 -->
    <meta name="apple-mobile-web-app-capable" content="yes">
    <!-- <meta name="apple-touch-fullscreen" content="yes" /> -->
    <!-- Safari设置状态栏颜色 -->
    <meta name="Web--Mobile-Apple App-Status-bar-style " Content = " Black " > 
    <-! Safari prevent erroneous recognition of the digital telephone number -> 
    <Meta name = " the format-Detection " Content = " Telephone = NO " > 
    <-! UC forced portrait -> 
    <Meta name = " screen-Orientation " Content = " Portrait " > 
    <-! UC force full-screen -> 
    <Meta name = " Full-screen " Content = " yes " > 
    <!- UC application mode -> 
    <Meta name = "browsermode " Content = " the Application " > 

    <-! QQ forced portrait -> 
    <Meta name = " X5-Orientation " Content = " Portrait " > 
    <-! QQ force full-screen -> 
    <Meta name = " X5 -fullscreen " Content = " to true " > 
    <-! QQ application mode -> 
    <Meta name = " X5-Page-mODE " Content = " App " >

 

Guess you like

Origin www.cnblogs.com/dxh0535/p/11671505.html