webview中一部分内容显示不了。

开发中遇到一个问题: webview 不能将网页中的内容全部显示出来。
如图:黑色为手机屏幕,红色为url内的全部内容。超出的红色部分加载不出来。


image.png

布局中的
app:layout_constraintTop_toBottomOf="@id/progress_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
android:id="@+id/webView">

没有设置: app:layout_constraintBottom_toBottomOf="parent"

你可能感兴趣的:(webview中一部分内容显示不了。)