Fabio Fabbri

Results 3 issues of Fabio Fabbri

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

Electron has a known bug: if you call `alert()` or `confirm()`, focus breaks, so for example you can't enter text in an input field after these functions are called. See...