cordova-electron
cordova-electron copied to clipboard
Apache Cordova Electron
# Bug Report ## Problem Builded app is trying to load resources from app.js file that does not exist. The path is: _platforms/electron/www/app.js_ ### What is expected to happen? After...
# Bug Report ## Problem In a Cordova project which has been retrieved from source control (eg, no platforms or plugin directory) `cordova prepare electron` when using a plugin which...
# Bug Report ## Problem ### What is expected to happen? I am able to pass configuration to electron-builder to define Publish parameters. ### What does actually happen? I am...
### Motivation and Context - In cordova-electron 3.x, the interface between code running in the main process and in the renderer, is based purely on ipcRenderer, and the "success" callback...
### Motivation and Context - In cordova-electron 3.x, the interface between code running in the main process and in the renderer, is based purely on ipcRenderer, and the "success" callback...
I'm not sure this is intentional or not, but I don't see the reason for the arguments to be boxed twice in an array when reaching the main process of...
# Bug Report ## Problem cordova build electron fails with error code 1 ### What is expected to happen? Build an electron app ### What does actually happen? Build exiting...
# Bug Report ## Problem keytar package is not picked after building cordova-electron ### What is expected to happen? npm i keytar should install keytar in packaged cordova-electron ### What...
I am using [email protected] which I recently upgraded. I need to use some of the npm modules to work with the main process but after building the application, those modules...
### Platforms affected - Electron ### Motivation and Context Android and iOS plugins have a "keep callback" option that let us send multiple responses like an observable. In Electron this...