About mobile meta settings and mobile meta settings
<Head> <meta charset = "UTF-8"> <meta name = "renderer" content = "webkit"> <meta name = "viewport" content = "width = device-width, initial-scale = 1.0, maximum-scale = 1.0, minimum-scale = 1.0, user-scalable = 0 "> <! -- Enable webAPP full screen mode --> <meta name = "apple-mobile-web-app-capable" content = "yes"> <! -- Hide the status bar or set the color of the status bar --> <meta name = "apple-mobile-web-app-status-bar-style" content = "black"> <! -- Ignore automatic identification of numbers as phone numbers --> <meta name = "format-detection" content = "telephone = no"> <! -- Control the cache expiration date --> <meta http-equiv = "Expires" content = "-1"> <! -- Disable transcoding --> <meta http-equiv = "Cache-Control" content = "no-transform"> <! -- Disable cache access to the page --> <meta http-equiv = "Pragma" content = "no-cache"> <meta name = "applicable-device" content = "mobile"> <! -- Page Keyword --> <meta content = "" name = "keywords"> <meta name = "description" content = ""> <base target = "_ blank"> <title> </title>
It is currently in good use. If you need to add it, please try the following...