One step to make your ASP. NET site appear in full screen on your mobile browser

Source: Internet
Author: User

One step to make your ASP. NET site appear in full screen on your mobile browser

1. The problem company's ASP. NET Web page when initialized on the mobile browser is displayed on a scaled page, the user must manually zoom in to see the font of the page, so that the experience is not good 2. Solve the previous time learning jquery mobile See all the demo pages can be displayed in full screen on the phone, The page has such a piece of code:?
1 <metaname="viewport"content="width=device-width, initial-scale=1">

Parameter description: Width-viewport width height-viewport height initial-scale-Initial zoom Minimum-scale-allows the user to zoom to the minimum scale Maximum-scale-allows the user to zoom to the most Large scale user-scalable-whether the user can manually zoom in and add this code, your page is displayed at the 1:1 initialization scale.

One step to make your ASP. NET site appear in full screen on your mobile browser

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.