Top "Electron" questions

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

Printing a PDF file with Electron JS

I am trying to create an Electron JS app that has the purpose to print letter size PDFs. This is …

javascript node.js pdf printing electron
How to integrate Electron ipcRenderer into Angular 2 app based on TypeScript?

I want to use ipcMain / ipcRenderer on my project to communicate from Angular to Electron and back. The Electron side …

javascript typescript angular ipc electron
How to set electron UserAgent

I need to set the UserAgent in electron to include the touch flag since I am writing the application for …

javascript touch chromium multi-touch electron
Electron loading animation

Could someone please help me to implement a loading animation for my Electron app ? I am learning this new technology …

node.js animation electron loader
Download and store files inside electron app

I'm working on an app that on the first run will have to download files (images jpg/png) via API …

javascript node.js npm desktop-application electron
How do I trust a self signed certificate from an electron app?

I have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port …

ssl https electron self-signed
Electron app with database

I'm creating a web app for ticket reservation. The only problem is the database. I don't want to tell my …

javascript sql node.js database electron
How can I force external links from browser-window to open in a default browser from Electron?

I'm using the BrowserWindow to display an app and I would like to force the external links to be opened …

node.js electron
How to get the original path of a portable Electron app?

I have an Portable Electron App (packed with: electron-builder + asar, portable build) on Windows. I try to get the application …

electron portable-applications
What's the proper way to handle forms in Electron?

The form html and submit event is part of the "renderer". The submitted data should be available in the main …

javascript node.js forms electron