About 916,000 results
Open links in new tab
  1. 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 longer needed …

  2. 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

  3. Debugging an electron app in Visual Studio Code - Stack Overflow

    Jan 11, 2022 · 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 Studio Code. I run the project from the

  4. 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 hood. Ever …

  5. 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 inquiry); but the …

  6. 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 composed output …

  7. 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 find anything …

  8. 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

  9. 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, however, I …

  10. 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 ?