Questions tagged as 'electron'

0
answers

Initial doubts about the Electron framework

Good evening, I'm looking to start using Electron to develop Desktop applications, but I have some initial doubts. My doubts are as follows: How do I persist my application on Electron using a database, for example Mysql? When my applicati...
asked by 29.09.2017 / 00:49
0
answers

Build electron as http server

I would like to know if there is any possibility of compiling Electron and Executavel opening the files as HTTP server instead of executing them as file: // I am trying to access a web page that does not accept request of domains file: / / then...
asked by 04.06.2017 / 08:07
0
answers

How to package electron application for windows

I currently create an application with electron, so I added external javascript scripts with scriptsrc to work on both electron and web page. But I'm having trouble generating the executable for windows with electron-packager The problem i...
asked by 05.06.2017 / 16:42
1
answer

Is it possible to create mobile applications (.apk and .obb) using electron? [closed]

I wonder if it is possible to generate executables running in the mobile environment (Android iOS, Windows Phone etc) through electron, is this possible?     
asked by 12.12.2018 / 13:23
1
answer

How do I put an application to run in the background when it's closed?

I'm creating an application on Node.Js using Electron and needs to continue running in the background when it's closed, and becomes an icon for the next application to the computer's clock for the user to access. But I did not find referen...
asked by 06.11.2017 / 13:43
1
answer

jQuery does not work on App Electron

I'm creating an Electron application just study, but I'm encountering a problem. I created a simple html page, using the Bootstrap 4.0 framework, I just put a menu in it.    index.html <nav class="navbar navbar-expand-lg na...
asked by 04.10.2017 / 06:08
1
answer

Create splash screen in the Electron application

I need to create a kind of Splash Screen for an application on Electron. The organization would look something like this: Inicialização do App; Abrir a splashWindow (uma página frameless) por 3 segundos; Abrir a mainWindow normalmente. Reme...
asked by 11.01.2017 / 18:29
1
answer

Insert Command Line in typescript

I have a MongoDB installation and configuration script as needed by the company. Install_MongoDB.BAT But I would like to automate this process by including in the project in TypeScript. I would like to insert commands that I created in .ba...
asked by 04.12.2018 / 22:15
1
answer

What is the best way to make a function of a "Node" file be called on my HTML5 site?

I'm doing a project of a simple music player using ElectronJS. For this I'm using a library that plays MP3 files (play-sound), how can I call this function inside my HTML? Do I need to create another file just for sound reproduction or can I p...
asked by 10.10.2018 / 02:04
1
answer

items hidden by filters - error console

I'm creating an electron application with angular2, where I make requests to an api. When I disconnect the machine from the internet, (because I want the application to work differently without internet) on the console, it starts several errors...
asked by 03.10.2018 / 15:48