I have a blazor client app which display correctly in android browser
// webview Site = FindViewById<Android.Webkit.WebView>(Resource.Id.webViewSite); Site.Settings.JavaScriptEnabled = true; //webViewLogin.Settings.JavaScriptCanOpenWindowsAutomatically = true; Site.Settings.DomStorageEnabled = true; Site.Settings.DatabaseEnabled = true; Site.ClearCache(true); Site.LoadUrl("http://192.168.0.145:8002/");
but not works in xamrin webview control
stay the page ,not load complete