Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
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 electronI want to use ipcMain / ipcRenderer on my project to communicate from Angular to Electron and back. The Electron side …
javascript typescript angular ipc electronI need to set the UserAgent in electron to include the touch flag since I am writing the application for …
javascript touch chromium multi-touch electronI'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 electronI have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port …
ssl https electron self-signedI'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 electronI'm using the BrowserWindow to display an app and I would like to force the external links to be opened …
node.js electronI have an Portable Electron App (packed with: electron-builder + asar, portable build) on Windows. I try to get the application …
electron portable-applicationsThe form html and submit event is part of the "renderer". The submitted data should be available in the main …
javascript node.js forms electron