Electron.NET
Electron.NET copied to clipboard
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Right Click on submenu Item in menu view is completely collapsing the sub menu items. But my expected behavior is it should remains the same whenever doing right click operation...
I have created custom menu items for my Electron app and implemented Alt keyboard shortcut by adding "&" before the character. So only it will display the Underscore on the...
When I build my Electron.NET app with "electronize build /target Mac" and run on a Mac system, the menu at the top of the screen shows "Electron" as the title...
* **Version**: 13.5.1 * CORE: v5 * NodeJs: 14.5.* * **Target**: Windows Splashscreen fails to clear and continue on to main window Steps to Reproduce: 1. Setup an **Italian** based...
I've seen many pull requests and forks of this, will be there be any updates on nuget or generally?
There is electrons ["new-window"](https://github.com/electron/electron/blob/main/docs/api/web-contents.md#event-new-window-deprecated) event. But i can not call `event.preventDefault()` in C# code (event `browserWindow.OnNewWindowForTab`). How am i be able to prevent opening new windows of my application? (for...
> I've developed some of this locally to validate the ideas but feel like this proposal has some large unknowns that should be discussed prior to adoption or implementation thus......
I try to add SignalR client - establish communication with Azure SignalR Service. In the project is used net5.0 framework and I install Microsoft.AspNetCore.SignalR.Client 5.0.14 version nuget. Is working fine...
Electron default icon missing on Linux (ubuntu 18.04.6 TLS) * **13.5.1**: net 5.0 * **Linux (ubuntu 18.04.6 TLS)**: While custom icon setting also failed. ### Try 1 (Startup.cs file) `var...
I am running Windows 10 on an iMac with screen scaling. Chromium has issues with that scaling which results in low FPS (around 15). I also see this low FPS...