Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在PC浏览器上,显示效果很好。但是在Andriod webview中打开,显示变得非常小。如何设置 WebView 组件中显示的大小?
手机显示:
电脑显示器:
我认为问题不在于android,而在于Web。我认为您可以将其添加到您的网络 html 中:
<head> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> </head>