
javascript - Saving files locally with electron - Stack Overflow
Jun 28, 2016 · I have some template files that contain a few variable strings each, I'd like to build a very simple input form with Electron (https://www.electronjs.org/) and I want to save the …
Passing data from main to renderer (electron-js) - Stack Overflow
Jul 26, 2022 · The topic is "Passing data from main to renderer"; NOT the other way around. While ipcMain is well documented for renderer to main (where the renderer is the origin of …
Nextron vs Next.js '--example with-electron' - Stack Overflow
Nov 7, 2021 · So electronJS is just a js package that uses the chromium-based framework to bring browser-like functionality to the desktop window and is used by NextronJS under the …
javascript - Problems installing electron js - Stack Overflow
Oct 2, 2023 · Run node .\install.js at the node_modules\electron directory. Obtain the cache path, folder name, and the download link for the zip file. After this, the above modification is no …
Can electronjs be used for websites - Stack Overflow
Aug 12, 2020 · Can electronjs be used for websites Asked 5 years, 4 months ago Modified 3 years, 1 month ago Viewed 12k times
Enabling hardware acceleration in electron app - Stack Overflow
I am building an app using electron and react. In that i need to conditionally enable and disable hardware acceleration of app. I can disable it as below. But I did not find any thing in electron
Opening new Window - Electron - Stack Overflow
Nov 20, 2018 · I'm currently trying to implement a new Window on my Electron App. So I want to include a button, and when you click on this Button, a new Window should be opened. I didn't …
Make a link from Electron open in browser - Stack Overflow
Is there any (simple/built-in way) to open a new browser (I mean default OS browser) window for a link from Electron instead of visiting that link inside your Electron app ?
ElectronJS: Allowing parent and child iframe to communicate
Ah yes. The answer would be simpler if I actually had two windows (a main window and a settings window, for instance) as the main process could act as liason betwen the two. In my case, …
ElectronJS does not connect to serial port - Stack Overflow
Jan 22, 2024 · ElectronJS does not connect to serial port Asked 1 year, 10 months ago Modified 1 year, 8 months ago Viewed 1k times