Skip to content

Trying out BlazorWebView with WinForms and .NET 6 preview 7

License

Notifications You must be signed in to change notification settings

noseratio/BlazorWebViewWinFormsApp

Repository files navigation

Trying out BlazorWebView with Windows Forms and .NET 6

To run:

  • Install .NET 6 SDK

  • Clone the repo:
    git clone https://github.com/noseratio/BlazorWebViewWinFormsApp .

  • Run:
    dotnet run

Problems

  • tabbing out of the native WinForms TextBox looses the focus
  • Some windows system accelerators (Alt-F4, Alt-Space) don't work when the focus is inside BlazorWebView
  • the arrow keys don't work inside HTML textarea within BlazorWebView
  • the native WinForms menu is not dismissed when the focus moves into BlazorWebView by clicking it:
    BlazorWebView

More info: dotnet/maui#2341

About

Trying out BlazorWebView with WinForms and .NET 6 preview 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published