Instructions for using the meta viewport tag (mobile browsing zoom control)

Instructions for using the meta viewport tag (mobile browsing zoom control)

When OP opens a web page with the current firmware, it will always be zoomed out to 50% before displaying, and it does not support viewport settings like the iPhone.

When there is such a sentence in a web page, it will be displayed in the original size in the iPhone browser and will not allow scaling.
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

in:
width - the width of the viewport
height - the height of the viewport
initial-scale - the initial scale
minimum-scale - the minimum scale the user is allowed to zoom to
maximum-scale - The maximum scale to which the user is allowed to zoom
user-scalable - whether the user can manually scale

Unfortunately, M8's OP does not support it, and I don't know how to set it so that the browser can open the web page at 100% size.

A quick Google search revealed that it is only supported by Opera Mobile 9.5. I wonder if the OP browser with the new firmware version 1.0 can support it.

<<:  Vue and react in detail

>>:  Common errors and solutions for connecting Navicat to virtual machine MySQL

Recommend

Example of nginx ip blacklist dynamic ban

When a website is maliciously requested, blacklis...

Use of kubernetes YAML files

Table of contents 01 Introduction to YAML files Y...

WeChat applet implements user login module server construction

I chose node.js to build the server. Friends who ...

Basic understanding and use of HTML select option

Detailed explanation of HTML (select option) in ja...

Ten important questions for learning the basics of Javascript

Table of contents 1. What is Javascript? 2. What ...

Docker sets up port mapping, but cannot access the solution

#docker ps check, all ports are mapped CONTAINER ...

Detailed explanation of PHP+nginx service 500 502 error troubleshooting ideas

Overview When a 500 or 502 error occurs during ac...

Summary of 10 common HBase operation and maintenance tools

Abstract: HBase comes with many operation and mai...

Six ways to increase your website speed

1. Replace your .js library file address with the...

MySQL concurrency control principle knowledge points

Mysql is a mainstream open source relational data...

Should I use Bootstrap or jQuery Mobile for mobile web wap

Solving the problem Bootstrap is a CSS framework ...

The first step in getting started with MySQL database is to create a table

Create a database Right click - Create a new data...