MaxFmi

Results 3 comments of MaxFmi

Tested with Xamarin.Forms 5.0.0.1709-pre4 -> works great. Thanks :-)

You can also set the following in the renderer of WebView - Android: Control.SetBackgroundColor(background.ToAndroid()); - iOS: UIColor iosColor = backgroundColor.ToUIColor(); base.ScrollView.BackgroundColor = iosColor; base.BackgroundColor = iosColor; base.Opaque = false;

Having `is false` as a valid option sounds good to me. `is true` is redundant and should IMHO not be valid