2

我的 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 中滚动,因为我读到它是因为元视口。但我不能把它取下来,因为它被用于响应式设计

有任何想法吗?

4

1 回答 1

7

找到解决方案:

http://www.seabreezecomputers.com/tips/scroll-div.htm

溢出在 android 2.0 中不起作用

于 2013-05-28T14:24:41.377 回答