SKLn-Rad / Xam.Plugin.Webview

Xamarin Plugin for a HybridWebView in PCL projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webview is not loading using Nuget package on a new project

ali-h2010 opened this issue · comments

I created a new project using Visual Studio 2019. I added the nuget package and one of the samples.

The issue is that, the content of the web view is not showing. I can see the background color if i set it but not content at all inside of it.

Normal webview control is working fine.

I tried the web request and the string data but nothing is showing:

<webview:FormsWebView x:Name="internetContent" ContentType="Internet"
                      Source="https://www.xamarin.com" />

I am not getting any errors while building or on the output console.
Please help

Is this project not supported anymore?
I think it's a great project and deserve more attention

I closed this issue by mistake. My issue is still persistent.