In desperation, I suddenly thought, how is the Sina touch screen version that I often visit made? Open Opera, Looking at the source code, I found meta viewport in the HTML header. Could this be the one that’s playing a role? I tried it and it filled the screen. By the way, I checked the function of this label and recorded it for future use. meta viewport <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 to which the user is allowed to zoom maximum-scale – The maximum scale to which the user is allowed to zoom user-scalable – Whether the user can manually scale |
<<: React dva implementation code
>>: Summary of MySQL data migration
1 Get the installation resource package mysql-8.0...
Table of contents 1. Basic use of axio 2. How to ...
Table of contents Preface Configure yum source, e...
Table of contents 1. Generate AST abstract syntax...
Table of contents Preface The principle of browse...
This article mainly introduces how to add floatin...
Index merging is an intelligent algorithm provide...
MySQL UNION Operator This tutorial introduces the...
Table of contents Stabilization Throttling Summar...
MySQL 5.7 MySQL command line client using command...
Table of contents background Solution New Questio...
In summary: 1. Consider performance when designin...
Introduction Animation allows you to easily imple...
Practice is the only way to test the truth. This ...
Table of contents 1. Function Introduction 2. Key...