Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
1 answer
25 views

I am trying to import a React component Menu.jsx from App.jsx in my Electron app. No errors are showing up, but nothing is being rendered and are not added to the DOM (the body is empty when I looked ...
Faseeh's user avatar
  • 11
0 votes
1 answer
44 views

I created a serverside Blazor App and "electronized" it by following the instructions in the read me on the electronNET/electron.NET github page. One of the requirements for this app is to ...
user32002036's user avatar
Tooling
0 votes
2 replies
29 views

I have a React web app that I am running inside an Electron app. I am doing this so that I can screen record like so: window.electronAPI.startRecording(); However, some of the content on the screen ...
Andrew Colin's user avatar
-6 votes
0 answers
37 views

Supposedly framework too is a set of rules, but why it's that the framework Electron and the HTML Standard which we know is a set of all the instructions and rules installed in the browser to what ...
kabir_4tech's user avatar
0 votes
0 answers
24 views

I’m building an Electron Timer app where multiple notifications may be active at the same time. Initially, each Notification instance was created inside a function, but the "click" and "...
LH Cloud's user avatar
0 votes
1 answer
25 views

I'm developing a Linux application that opens SSO authentication URLs in the default browser. On Ubuntu 22.04 and 24.04, when Firefox is the default browser, clicking the SSO link shows a file picker ...
pareshm's user avatar
  • 5,044
2 votes
1 answer
29 views

Try to open a HTML file that resides inside the packaged app app.asar file. The file is there but Windows complains that cannot find the file. The pieces of the puzzle are: inside the win-unpacked\...
SiliconValley's user avatar
-1 votes
1 answer
48 views

Problem I'm trying to send multiple files from the renderer process to the main process using Electron's IPC, but the file objects arrive empty. Renderer Process: if (files?.length > 1) { window....
Varelion's user avatar
Advice
0 votes
5 replies
40 views

I’m working on an Electron project, and I can generate JSON for my code using JSDoc: jsdoc -X > data.json I want to use this JSON output to create a live, searchable documentation site similar to ...
Ethan Martin's user avatar
0 votes
2 answers
52 views

In my Electron app, navigator.geolocation.getCurrentPosition() always fails. It seems that Electron (Chromium) no longer provides free geolocation and expects a third-party service with an API key (e....
Miguel Coelho's user avatar
-1 votes
0 answers
68 views

I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
Sudhanshu Tiwari's user avatar
Advice
1 vote
2 replies
75 views

I’m starting a new project to build an ERP POS application using the MERN stack. I’m confused about whether I should use Electron.js or Tauri to turn it into a desktop/web app. Which option is better ...
Aashir Azeem's user avatar
-1 votes
0 answers
59 views

i am programming an app with vite, svelte@4, electron and electron-builder. if i run electron ./start-electron.js the logo is shown, but after many days of trial and error i still don't get it in the ...
Thronella's user avatar
  • 109
0 votes
0 answers
59 views

I have an Electron application that uses: React for the frontend Node + Express backend inside /Server A SQLite database stored inside the same /Server folder During development, everything works ...
You Cef's user avatar
1 vote
0 answers
55 views

I’m trying to replace a the content of an image URL with the result of a custom protocol. The idea is to get the data from a zip file. The img element looks something like this: <img src="...
Manngo's user avatar
  • 17k

15 30 50 per page
1
2 3 4 5
1023