android webview不显示左侧

时间:2014-12-10 16:00:51

标签: android webview

我想使用webview在我的应用上显示一个论坛,它工作得很好,除了网站的左侧是隐藏的,我如何解决它。

例如,我希望网站是这样的:

enter image description here

但看起来像这样:

enter image description here

这是我的代码:

  <LinearLayout 
  xmlns:android="http://schemas.android.com/apk/res/android"

  android:orientation="vertical"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">

 <WebView
     android:id="@+id/webView1"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"/>


  </LinearLayout>

3 个答案:

答案 0 :(得分:1)

Webview结构看起来很好,请交叉检查html页面。

答案 1 :(得分:0)

您的布局结构看起来不错。我认为问题是你的css webview是错误的或者有些东西被打破了。确保您可以删除webview上的加载并设置背景颜色以查看webview所占用的空间。

答案 2 :(得分:0)

在设备的Chrome浏览器中检查您的HTML网址或HTML文件。如果它看起来不那么好,那么它的HTML内容会以其他方式发布webview&#39; s。