BlazorWebView.Gtk is a library for building native clients using Blazor and WebView. It provides a BlazorWebView Widget for running the blazor hybird application on Linux. Use GTK and WebKitGTK, bound by Gir.Core
Install Yu-Core.AspNetCore.Components.WebView.Gtk from NuGet
Install-Package Yu-Core.AspNetCore.Components.WebView.Gtk
See sample
- Only Support Linux platform
- Similarities and differences with WinForms/WPF BlazorWebView
-
Similarities
UrlLoading, StartPath, BlazorWebViewInitializing, BlazorWebViewInitialized
-
Differences
Cannot use Webview2 API, should consult WebKitGtk
-