Helpless, suddenly thought, I often visit Sina touch screen version is how to do? Open opera,
Look at the source code and find the meta viewport in the HTML header. Is this guy playing a role?
Plus try, sure enough, the screen is full. By the way, I checked the function of this label and recorded it for convenience in the 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”/>
Among them:
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 the user is allowed to zoom to
User scalable – whether the user can zoom manually