Last post Oct 12, 2019 06:17 AM by panfeng77
Member
10 Points
26 Posts
Oct 12, 2019 05:59 AM|panfeng77|LINK
I have a blazor client app which display correctly in android browser
Oct 12, 2019 06:05 AM|panfeng77|LINK
but not works in xamrin webview control
stay the page ,not load complete
Oct 12, 2019 06:17 AM|panfeng77|LINK
// 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/");
Member
10 Points
26 Posts
the blazor in android can't load
Oct 12, 2019 05:59 AM|panfeng77|LINK
I have a blazor client app which display correctly in android browser
Member
10 Points
26 Posts
Re: the blazor in android can't load
Oct 12, 2019 06:05 AM|panfeng77|LINK
but not works in xamrin webview control
stay the page ,not load complete
Member
10 Points
26 Posts
Re: the blazor in android can't load
Oct 12, 2019 06:17 AM|panfeng77|LINK