Relative Content

Tag Archive for c#androidwebviewmaui

.NET MAUI Android: WebView requires internet connection

So I have local WiFi network with no internet connection, within this network I host site and i want to display this site in WebView in Android MAUI app, but since there is no internet i’m getting this error “net::err_internet_disconnected”. I suppose WebView requires internet connection to display anything and i want to disable this.