I am trying to use react-router v6 in an electron js application. but it doesn't work for me. This App works correctly without implementing the react-router! Wh
I am trying to write tests for electron using spectron. This is my code. describe ('Application launch', function(done) { this.timeout(30000); const app
I am building an app with Electron 14, and node v14.17.7, respectively [npm 6.14.15] to build my native node modules. Every time I execute npm install all my na
I'm using a font called Lora in an Electron app, and I encountered a problem where text like mysterious `accent` is automatically converted to mysterious &agrav
So, I am working on a small electron desktop app that captures desktop screen and records video and audio. When I am trying to add audio to the stream it starts
I'm trying to make a quick-start for ava electron webpack and three but something went wrong in that process. here is the repository of the project : https://
I'm trying to use the nodemon package in an Electron project but when I try to execute this with nodemon main.js I catch this error in terminal: But when I
I have a problem with the auto-update of electron app, After I finished all the app parts and I am trying to push it to my custom update server , I found this e
I need to simplify electron display of an app where the app will shrink its size if the display is smaller for example Laptop display or Big size display like i
Hello i've been working in an electron application, and decided to add an feature that complete faucets like the cryptocurrency ones that you need to solve an c
I am developing a desktop app with react for UI and electron. So, for now, I am fetching data from the server and saving it in the state using React's Context
I have created a electron desktop app and created a installer using electron-builder. Now I want to add capability of registering a .dll file at the time of ins
My electron app defines the BrowserWindow mainWindow in the main.js. It loads an html and eventually inside of the html a script runs the function dialog.showMe
I try to install electron offline. I mean without github and internet access. I have jfrog artifactory for the electron package but the installation requires al
I have my own server where I uploaded app installer via FTP. Its name is quickmargo Setup 1.0.0.exe and it's available at https://quickmargo.pl/dist/download/
I'm trying to use Cordova that now includes Electron to create a Desktop App for Linux. I want a button that fires a shell command: const exec = require('chil
Hi Electron Enthusiasts! How do I package an electron app for "darwin-x64" on an Mac M1/Apple Silicone (arm64)? It is definitely possible, since a month ago I h
I'm running an Angular Frontend within a frameless Electron-Window. Because the window is frameless, I need to implement the minimizing/maximizing/unmaximizing/
Could I please ask for help with the following? I have an electron app (basically the quick start app so very very simple). I am viewing the code with Visual St
I am developing an app using Electron and vue. I use this solution to communicate between main and render, so I have three files, preload.js , main and renderer