samedi 21 juillet 2018

WebView Page don't load url in Xamarin Forms

I have a problem with the webview page in xamarin forms. In practice, when I click a button step to the page "WebViewPage" the URL to open. This procedure I did it with many url, but with this url in particular it does not work. In windows it works while on android it comes out a white screen that does not load. Can you tell me why?

 private void TapGestureRecognizer_Docenti(object sender, EventArgs e)
    {

                   var url = new UrlWebViewSource
                    {
                        Url = "https://www.docenti.unina.it"
                    };
                    this.Navigation.PushAsync(new WebView_Page(url));
       }




Aucun commentaire:

Enregistrer un commentaire