question

EJ-5254 avatar image
0 Votes"
EJ-5254 asked JessieZhang-2116 edited

Xamarin Forms setting platform specific properties

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"/>

dotnet-xamarin
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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?

0 Votes 0 ·

Have you checked Kyle's solution ? So what's your problem so far?Can you elaborate on that?

0 Votes 0 ·

0 Answers