Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
45 views

I have built all my apps using JavaScript, and for desktop, I have always loved to use Electron.js. But a while a go i've heard Tauri for the first time! Its features & powerful full-cross-...
Q U R A N A L K A R E M's user avatar
-3 votes
0 answers
38 views

How can I make a Settings menu item in Electron menu use the native macOS gear icon?
jaboja's user avatar
  • 2,261
0 votes
0 answers
49 views

There is a chromium flag called "overlay-scrollbar". It is supposed to re-enable css overflow: overlay. Some websites and articles claim that this chromium flag is disabled. However, it is ...
Pedro Henrique's user avatar
Tooling
0 votes
2 replies
33 views

Question: I’m exploring the architecture for a desktop application that needs to: Capture both microphone input and system audio (e.g. Zoom/Meet calls) Process the audio stream in near real-time (...
Juan Luis's user avatar
Advice
0 votes
0 replies
90 views

I am writing cause I wanted to get some opinions from folks here that have actually built and shipped with Electron. Background: Building an API IDE on Electron. Not really “just an API client”, and ...
NikolasDim's user avatar
-2 votes
1 answer
63 views

I'm developing an Electron web-like desktop app. I currently have a Login Page and a Home Page. Currently, the logic for login is implemented for development only so values are configured in an .env ...
sylvesterChase's user avatar
2 votes
0 answers
95 views

I imported the Chrome Manifest v3 extension into my project, but it failed to run due to errors of type “onRemoved” and “onClicked”. How can I resolve this issue? (electron) 'session.loadExtension' is ...
javs's user avatar
  • 11
Advice
0 votes
7 replies
135 views

I was tasked with creating a system that would basically update a device with information. In that system it needs to connect to an android device with code. How can i do so without adb or developer ...
user32484004's user avatar
2 votes
0 answers
59 views

I’m building an Electron-based IDE (https://github.com/Temple-Enterprise/Axiowisp) using electron-builder with the NSIS target on Windows. I have a custom .ico file configured in my build settings: &...
PhilipPanda's user avatar
0 votes
0 answers
60 views

I am trying to decrypt and import my env variables with Dotenvx. Previously we were using the traditional dotenv package which all worked. We want to switch to dotenvx for the encryption capabilities ...
grom's user avatar
  • 23
0 votes
0 answers
67 views

I’m using Electron + Vue + Vite in a pnpm workspace, and I’m stuck between two Prisma import errors. Environment Electron 28.x Prisma 5.22.0 @prisma/client 5.22.0 Vite + vite-plugin-electron pnpm ...
WWW's user avatar
  • 33
2 votes
1 answer
64 views

I’m having an issue where my Electron app does not apply my icon.ico to the generated .exe file or its shortcuts after building the Windows installer. I’m using: electron: ^33.0.0 electron-builder: ^...
Alberto Leonor's user avatar
Best practices
0 votes
0 replies
50 views

I’m developing a desktop application for Windows 10 using Electron and Node.js. How can I programmatically open the Windows 10 on-screen (virtual) keyboard? Currently, I’m opening the touch keyboard, ...
Ailisi Hana's user avatar
0 votes
0 answers
82 views

For example, including a screenshot functionality (npm screenshot-desktop) require imagemagick in linux (installed via sudo apt install imagemagick ) I tried to compile the app (using electron forge, ...
juztcode's user avatar
  • 1,463
0 votes
0 answers
63 views

I've encountered a strange problem. I have an Electron.NET application. In Startup.cs var window = Electron.WindowManager .CreateWindowAsync(new BrowserWindowOptions { Width = 1152, Height = 940, ...
ksardas2008's user avatar

15 30 50 per page
1
2 3 4 5
1020