About 159,000 results
Open links in new tab
  1. Can electronjs be used for websites - Stack Overflow

    Aug 12, 2020 · Since it uses HTML, CS, JS, or basically the browser's language, it may have confused my client to think that it can be used also for building web applications. So my …

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

  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 …

  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.

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

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

  7. Where can I find the logs for my Electron app in production?

    Dec 14, 2016 · I've built an app with Electron and used Electron-Builder to create a Squirrel windows installer and updater. It all works great but I'm having trouble debugging the …

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

  9. How to upgrade electron to latest version? - Stack Overflow

    May 28, 2019 · Whats the best way to upgrade to the latest version of electron? Should I be concerned about any problems caused by upgrading? I’m playing around with “electron”: …

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