area-controls-webviewgood first issueproposal/opent/enhancement ☀️
Repository metrics
- Stars
- (23,245 stars)
- PR merge metrics
- (平均マージ 47d 9h) (30d で 248 merged PRs)
説明
Description
On the platform specific WebView you can launch the browser view with some additional headers set (for example for authentication). Maui WebView doesn't have this capability at the moment and you must override handlers mapping for each platform
Public API Changes
<WebView Source={Binding Url} Headers={Binding Headers} />
Intended Use-Case
Simplify webview automatic authentication