Forum Discussion
II_ARROWS
Dec 09, 2021Copper Contributor
.NET MAUI browser version
Hello, I'm developing an application using .NET MAUI and Blazor, but using the Android simulator I noticed that the browser does not support some features. For example, one issue was caused by an i...
JamesMontemagno
Microsoft
Jan 12, 2022Blazor Hybrid apps use the system-provided web view control on each platform. On Android/iOS/macOS it's what the OS provides. On Windows it's whichever version of WebView2 is installed.