Skip to main content

Questions tagged [electron]

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript. Electron is based upon Node.js and Chromium.

electron
0 votes
0 answers
31 views

No icon is displayed

The following problem needs to be solved: when you drag shortcuts to the container, they are duplicated and their image is not displayed. Below I provide the main code of node js electron and renderer....
UserAndroidDeveloper's user avatar
0 votes
0 answers
22 views

Uncaught TypeError: Cannot read properties of undefined (reading 'send')

`Windows; MS Code; "Electron" 5.0.4, simple desktop text editing app I get the following error after clicking the save button; the button is located on the "index.html" page in a &...
Sam McGraw's user avatar
0 votes
0 answers
16 views

How to request an output from a usb device using usb library and node.js

I am creating an app to update the firmware on my usb device and need a way to check the progress on the update from the device's side. I am trying to figure out what exactly the output is so I can ...
aeria cyber's user avatar
0 votes
2 answers
26 views

Load locally saved files to tonejs

I am trying to create an app with the electron-react boilerplate where i can create audio files. I found Tone.js, which allows me to play sounds but loading the sample files seems close to impossible. ...
FallenAngel7882's user avatar
0 votes
0 answers
13 views

Miracast Not Working While Electron App Running (RTSP Protocol Breaks)

I am experiencing an issue where Miracast stops working when my Electron app is running. Specifically, the RTSP protocol seems to break, causing the connection to fail. Details: Electron Version: 29.0....
Omer Golan's user avatar
0 votes
0 answers
51 views

Dropdown menu overlaps with component in Vue app

I had a Vue electron app, in which Home view component has 3 child components which are in single column one after the other, I have a b-dropdown in middle component when I scroll up the opened ...
satishVudata's user avatar
0 votes
0 answers
20 views

Load React or Angular Component In OpenFin

I am trying to get an OpenFin app to run using the Platform API: https://developers.openfin.co/of-docs/docs/platform-getting-started I can get a 'platform' running, and x2 panels using the example in ...
Oam Psy's user avatar
  • 8,621
-1 votes
0 answers
16 views

How to create electron app that will replace windows desktop

How can i develop an app, that can be used instead of default windows desktop, couldn't find any tutorials online, so I'm asking here I only found some ways of using kodi, but I want exactly electron ...
rllynotfox's user avatar
-1 votes
1 answer
52 views

How can i fix Electron problem: Error: ENOTDIR, not a directory?

I'm using an electron for the first time. I ran into a problem when building the application. I do everything according to the documentation, I use electron-forge. npm run make runs without problems, ...
Казбек Сабанаев's user avatar
-1 votes
0 answers
19 views

Electron squirrel startup app not getting removed from start up items after uninstallation [closed]

App not getting removed from start up items after uninstallation this should be placed at top of main.js to handle setup events quickly if (handleSquirrelEvent()) { squirrel event handled and app will ...
Jitendra Singh's user avatar
0 votes
0 answers
9 views

Electron Forge resolving path to node module using absolute path rather than using relative path

I'm trying to create an app that include the get-windows npm package, but I cannot distribute my app because Electron Forge is using resolving the package to an absolute path rather than a relative ...
atrinh's user avatar
  • 1
0 votes
0 answers
37 views

String contains non ISO-8859-1 code point

When I'm trying run my electronjs app and use window.loadURL('https://example.test'), I catch the following error from PrecacheCacheKeyPlugin. Uncaught (in promise) TypeError: Failed to construct '...
Denis's user avatar
  • 1
0 votes
0 answers
13 views

Runing WebDriverIo Test on Electron Application in Dev Mode

I am trying to use wdio for my electron project, its working very well when running it on the build (release/win-unpacked/) but when I set the configuration file to use it directly in dev mode ...
khaldoun kassem's user avatar
0 votes
0 answers
36 views

How to add `tailwindcss` to my Vue + Electron Forge project?

I'm doing my first sample project using Vue + Electron Forge with the template vite+typescript. Now I want to add tailwind but I can't seem to find any useful documentation online. This is my project ...
David Peña's user avatar
0 votes
0 answers
10 views

App not getting removed from start up items after uninstallation

App not getting removed from start up items after uninstallation const key = new WinReg({ hive: WinReg.HKCU, key: '\Software\Microsoft\Windows\CurrentVersion\Run' }); const appName = 'airtel_reflect'...
Jitendra Singh's user avatar

15 30 50 per page
1
2 3 4 5
1032