Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Is anyone else having trouble with WebView displaying a white screen?

$
0
0

Xaml:

    <WebView x:Name=webView/>

Xaml.cs

    public WebPage()
    {
        InitializeComponent();
        this.webView.Source = "www.google.com";
    }

And I get nothing?

Xamarin.Forms version 1.2.3.6257 (latest nuget)


Viewing all articles
Browse latest Browse all 58056

Trending Articles