close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
27 views

I am trying to build a simple terminal emulator with electron and node-pty. But when the app starts, it immediately crashes with the message (node:51806) UnhandledPromiseRejectionWarning: Error: ...
Godev's user avatar
  • 378
Advice
0 votes
0 replies
81 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
0 votes
0 answers
54 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
34 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
104 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
64 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
99 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
137 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
62 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
66 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
51 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
85 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
66 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
1019