对的,这是可能的。将此代码添加到您的 html 页面:
<head>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
</head>
要启用缩放,只需创建同一页面的副本但没有元标记:
<head>
</head>
然后在网页视图中加载页面。