The OP of the existing firmware will always shrink to 50% when opening a web page and then display it. It cannot support the viewport settings like the iPhone.
When there is such a sentence on the web page, it will be displayed in the original size in the iPhone's browser, and zooming is not allowed.
<meta name=viewport content=width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no/>
in:
width - width of viewport
height - height of viewport
initial-scale - initial scaling
minimum-scale - Minimum scale that allows the user to scale to
maximum-scale - maximum scale that allows the user to scale to
user-scalable - Can the user manually scale
Unfortunately, the M8 OP does not support it. I don’t know how to set it up to enable the browser to open the web page at 100%.
Google discovered that Opera Mobile 9.5 can only be supported. I wonder if the OP browser with the new firmware in version 1.0 can support it.