开发中遇到一个问题: webview 不能将网页中的内容全部显示出来。
如图:黑色为手机屏幕,红色为url内的全部内容。超出的红色部分加载不出来。
布局中的
<WebView
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">
</WebView>
没有设置: app:layout_constraintBottom_toBottomOf="parent"