Questions tagged as 'electron'

1
answer

Desktop development with Electron

With the growth of web many people have abandoned desktop development, but some interesting technologies have come out, such as Electron :    Electron lets you create desktop applications with pure JavaScript through   of a runtime wi...
asked by 04.11.2015 / 16:27
1
answer

Alternating states of an application js

INTRODUCTION I'm developing an app using Electron and google maps, I need to control the state of one of the windows, for example: the user clicks the button and from this moment every click of the map adds a marker. Well the problem is in...
asked by 29.06.2016 / 21:43
1
answer

How to enable cookies on Electron

I need to use http only cookies in electron, but they are disabled, does anyone know how to enable?     
asked by 15.07.2016 / 16:41
1
answer

How to send a video via POST?

I have an application that is being written in Node.js and using Electron, I need to send a video in mp4 format via POST to the server. How can I do this? EDIT 1: In the application, I use FFmpeg to create a five minute video from the we...
asked by 09.11.2017 / 19:48
1
answer

Update part of web page with Electron. (Change only content and keep header, footer and fixed menu)

I am making an application using Electron, split the screen into header, footer, menu and content as it does in an ordinary web application. ThebuttonsneedtoperformtheactionsinthemainElectronwindowbutitisnotworkingandIdonotknowhowtosolveit.I...
asked by 19.10.2018 / 23:54
0
answers

Can I access database using electron js? [closed]

Can I access database with electron js, is there any limitation on its use? if so which ones?     
asked by 30.07.2016 / 04:43
1
answer

How to add JQuery to Electron? [duplicate]

I'm a web developer, I've tried methodologies in an English post, but ... none works, I want to add JQuery to electon . I've used this without window.$ does not work. <script src='https://code.jquery.com/jquery-3.2.1.min.js'&g...
asked by 01.12.2017 / 05:13
2
answers

Error with Electron + Serialport to use Arduino

I'm having trouble running an application made with Electron, Serialport, and Node.Js to communicate with an Arduino. I have the following error: App threw an error during load Error: Uma rotina de inicialização da biblioteca de vínculo...
asked by 01.10.2017 / 23:59
1
answer

How to control the contrast of videos using Electron?

On the left side is my Electron application with a youtube video. On the right side is my application created with pygtk2 and webkit. Contrast is best with webkit. With Electron, the blackboard around the video diverges. How can I solve it?...
asked by 16.06.2016 / 05:29
0
answers

How to implement ReactJS in an Electron application?

Hello, well, I'm starting an application in Electron, but let's say I did in two parts, one part of Electron, the configuration is ok, except that the other part I did in other files using ReactJS, which is relatively ready, missing settings. My...
asked by 07.06.2018 / 13:56