有人可以帮忙吗? 我正在尝试加载此网页https://chat1a.livechatinc.com/licence/1051791/open_chat.cgi 在Android [HTC Desire Z]的webview中,但是我无法滚动它的内容。
当我使用Android网络浏览器时,滚动条也不会出现......问题是我无法显示该网页的所有内容。我尝试过不同的黑客,这就是我现在的新布局。
最有趣的是,它适用于iOS / iPhone但不适用于Android!
谢谢,希望有人尽快帮助。
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg"
android:fillViewport="true" >
<WebView
android:fillViewport="true"
android:id="@+id/wvLiveChat"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical" />
</ScrollView>
答案 0 :(得分:0)
我建议不要在滚动视图中放置webview。有很多关于为什么要避免这样做的文档。