dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

Home Page:https://dot.net/maui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HybridWebView needs a way to customize the platform webview settings/configuration/initialization

Eilon opened this issue · comments

Description

HybridWebView has no good way to customize how the platform webviews are created.

BlazorWebView has these two methods for that purpose:

And we should consider similar functionality for HybridWebView.

See this comment for an example: #25804 (comment)

Public API Changes

See above.

Intended Use-Case

See above.