Mobile Development WebApp Development common meta settings (mobile browser full-screen mode HTML5)------turn

Source: Internet
Author: User
Tags email account

1. WebApp Full Screen mode:

<meta name= "viewport" content= "width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, User-scalable=no,minimal-ui ">

Note: The viewport is followed by a minimal-ui in the Safri to reflect the effect

<meta name= "apple-mobile-web-app-capable" content= "yes"/>

2. Hide Status bar/Set status bar color
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

3, Safri Add a display title to the main screen interface
<meta name="apple-mobile-web-app-title" content="应用标题">

4. Ignore automatic recognition numbers for phone numbers
<meta content="telephone=no" name="format-detection" />
5. Ignore auto-Identify email account
<meta content="email=no" name="format-detection" />
6、常用浏览器全屏设置:<!--UC Force vertical screen--><meta name= "Screen-orientation" content= "Portrait" ><!--UC Force full screen--<meta name= " Full-screen "content=" yes "><!--UC Application Mode--<meta name=" Browsermode "content=" Application "><!-- QQ Forced vertical screen--><meta name= "X5-orientation" content= "Portrait" ><!--QQ Force full screen--><meta name= "X5-fullscreen" Content= "true" ><!--QQ app mode--><meta name= "X5-page-mode" content= "App" >

<!--is for some older browsers that do not recognize viewport, such as BlackBerry--and

<meta name= "handheldfriendly" content= "true" >
<!--Microsoft's Vintage browser--

<meta name= "mobileoptimized" content= ">"

Mobile Development WebApp Development common meta settings (mobile browser full-screen mode HTML5)------turn

Related Article

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.