A View that can render Blazor content.C# Copy public class BlazorWebView : Microsoft.Maui.Controls.View, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebViewInheritance Object BindableObject Element NavigableElement VisualElement View BlazorWebView Implements IBlazorWebView IElement ITransform ...
Description When you have an input near the bottom of your page, on click of an input, the soft keyboard will cover the input. There is no simple way to deal with this in MAUI with Blazor. Ideally it would either pan the whole view up or...