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

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

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

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

  5. 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 …

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

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

  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. javascript - Electron run in production mode - Stack Overflow

    Nov 24, 2019 · "start:prod": "cross-env NODE_ENV=production && electron dist/main.js" main.js:

  10. javascript - Electron require () is not defined - Stack Overflow

    Jun 6, 2017 · I hope this answer gets some attention, because a large majority of answers here leave large security holes in your electron app. In fact this answer is essentially what you …