Home > Article > Web Front-end > Instructions for using the meta viewport tag (zoom control for mobile browsing)_HTML/Xhtml_Web page production
When the OP of the existing firmware opens a webpage, it will always be reduced to 50% before displaying, and it cannot support viewport settings like the iPhone.
When there is such a sentence in the web page, it will be displayed in the original size in the iPhone browser and no zooming is allowed.
Where:
width - the width of the viewport
height - the height of the viewport
initial-scale - the initial scaling
minimum-scale - allow the user The minimum ratio to zoom to
maximum-scale - the maximum ratio that the user is allowed to zoom to
user-scalable - whether the user can manually zoom
Unfortunately, the OP of M8 does not support it. Does anyone know how to do this? This setting allows the browser to open web pages at 100% size.
Google found that Opera Mobile 9.5 can only support it. I wonder if the OP browser with the new firmware version 1.0 can support it.