Hi,
I've custom WebView rendered in Android. Is it possible to somehow set following properties?
android:fillViewport="true"
<WebView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
Hi,
I've custom WebView rendered in Android. Is it possible to somehow set following properties?
android:fillViewport="true"
<WebView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
Hi @EJ-5254 , fillViewport allows scrollView to extend it’s height equals to the full height of device screen’s height in the cases when the child of scroll view has less height.
But here what are you trying to achieve? Can you explain it in detail?
Hi Jessie,
I'm trying as per this thread https://docs.microsoft.com/en-us/answers/questions/421579/add-views-to-webview-scrollview.html
Thank you.
Have you checked Kyle's solution ? So what's your problem so far?Can you elaborate on that?
7 people are following this question.