Mobile development meta Set "fine"

Source: Internet
Author: User

The following meta tags are commonly used in development

1. Meta-usage of mobile WebApp:

<meta content= "Width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name= "viewport" >

2. Refresh the page

You can set the page to refresh after a certain period of time. Meta http-equiv= "Refresh" to specify that the browser will automatically refresh the page for a period of time. The following meta-tag specifies that the browser automatically refreshes every 5 seconds.

<meta http-equiv= "Refresh" content= "5″/>

3. redirect

We can use the Refresh Meta tag to redirect the page. The following example will be accessed in 5 seconds www.25xt.com

<meta http-equiv= "Refresh" content= "5;url= ' http://www.25xt.com '"/>

4. Control browser Cache

When we test the Web page locally, the new content is not updated in a timely fashion, possibly with a browser cache. At this point, we can resolve this by disabling the browser cache by using the META tag. The general code is as follows:

<meta http-equiv= "Cache-control" name= "No-store"/>

5, in mobile development, shielding numbers as a phone number code:

<meta content= "Telephone=no" name= "Format-detection"/>

Mobile development meta Set "fine"

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.