我的 webview 有问题。
它加载一个类似这样的 url:
<html>
<head><meta name="viewport" content="width=device-width"/></head>
<body>
<div id="header"></div>
<div id="scrollable-content"><!--a lot of stuff inside here--></div>
<div id="footer"></div>
</body>
</html>
“可滚动内容”在 css 中已溢出-y = auto(我也尝试过溢出-y =滚动)但什么也没有
我无法在 android 2.3 中滚动,因为我读到它是因为元视口。但我不能把它取下来,因为它被用于响应式设计
有任何想法吗?