1.
Format-detection translated into Chinese means "format detection", as the name implies, it is used to detect some of the HTML format, the Format-detection property about meta is mainly the following settings: Meta name= " Format-detection "content=" telephone=no "meta name=" format-detection "content=" email=no "meta name=" format-detection "Content=" Adress=no "can also ligatures: Meta name=" format-detection "content=" Telephone=no,email=no,adress=no "below specifically the role of each setting:
First, telephone
You write a bunch of numbers without a link style, and the iphone will automatically add your text link style, and click on this number will automatically dial! Want to get rid of this dial-up link how to do it? Then our meta is prowess again, the code is as follows:
Telephone=no banned the conversion of numbers to dial-up links!
Telephone=yes turned on the number into a dial-up link, to turn on the conversion function, this meta will not have to write, in the default is the case is open!
Second, email
Tell the device not to recognize the mailbox and not send it automatically after clicking
Email=no prohibited as an email address!
Email=yes opened the text default to the email address, this meta will not have to write, in the default is the case is open!
Third, adress
adress=no no jump to the map!
adress=yes opens the function of clicking the address to jump directly to the map, in the default case is the open!
2.
Apple-mobile-web-app-capable of Meta
<meta name= "apple-mobile-web-app-capable" content= "yes"/>
The META function is to delete the default Apple toolbar and menu bar. The content has two values "yes" and "no", and when we need to display the toolbar and menu bar, the row meta is not added, the default is display.
The case of the meta was added
Apple-mobile-web-app-status-bar-style of Meta
<meta name= "Apple-mobile-web-app-status-bar-style" content= "Default"/>
<meta name= "Apple-mobile-web-app-status-bar-style" content= "Black"/>
<meta name= "Apple-mobile-web-app-status-bar-style" content= "Black-translucent"/>
The effect is to control the status bar display style
Status-bar-style:black
Status-bar-style:black-translucent
WebApp Road--meta label Format-detection, apple-mobile-web-app-capable