Skip to main content

All Questions

Tagged with
1 vote
1 answer
40 views

How to create a new browser window in Electron Angular app with a given component as stat screen

I have an existing Electron Angular app all running fine. I want to create a new window on a button click and have that window use a given Angular component for it's initial UI content. So I make a ...
gnitsuk's user avatar
  • 179
0 votes
1 answer
38 views

Electron handling stuck BrowserView

I'm building application that basically will host other webpages inside of it as sub view (BrowserViews), similar to how chrome render different tabs in one window (BrowserWindow). I'm facing an issue ...
Itay Elkouby's user avatar
0 votes
1 answer
39 views

Electron WebView CSS Border Radius

Does Electron's <webview> tag support having a border radius? If not, is there a reference to which styles are supported? HTML <body> <aside> </aside> <main> ...
Matthew Layton's user avatar
0 votes
1 answer
39 views

Unable to get cameras list in Electron

I'm making an app and I want to get a list of all connected cameras to my pc in a select tag and when I choose one of these I want to open live stream of that camera on screen. I tried to many things ...
Abdul Rafey's user avatar
0 votes
0 answers
45 views

ELECTRON ERROR: shell_ipc_client.cc:139:Connect Can't connect to socket

Im making an app with Electron, I have an input file tag in html <input type="file" class="visually-hidden" id="upload-input" accept=".jpg, .jpeg, .png" ...
Abdul Rafey's user avatar
0 votes
0 answers
27 views

electron - drag & drop images into a div, upload it and use it [duplicate]

I just begun to create an VJing app with Electron, and I would like to create a div where i can drop images to use it. I explain what I would like to : when the image is dragged and dropped into the ...
doublek's user avatar
0 votes
0 answers
25 views

Flask Electron HTML

I am currently working on a project using Flask as backend and a HTML file as frontend. Trying to use electron for turning it into an exe, I faced some difficulties: I need to run my Flask with the ...
javamouse's user avatar
0 votes
0 answers
26 views

using relative image url's in compiled angular in electron

I have an angular app I package as an electron app. I used to just run ng build and then copy the output directory to an electron directory electron uses to build. using a script: "scripts"...
ArneVC's user avatar
  • 7
0 votes
1 answer
114 views

How come I can't load system information from a node.js file into my electron html page?

I am working on a project which is a client mod for a popular crypto miner. I got permission from the owners and everything. I am having an issue with loading system information from my node,js script ...
Mapler's user avatar
  • 5
0 votes
2 answers
217 views

Can't listen to 'ESC' in fullscreen

I'm making a video player in an Electron/React app. I want to exit fullscreen when the user presses ESC, but it seems that the ESC key is not triggering any event. // Player.js const Player = (props) =...
fr0zie's user avatar
  • 73
0 votes
0 answers
87 views

Updating table from js file Electron

I'm trying to update a table with data that is read from a textile. The textfile is correctly read and inserted into the constructor. The Table however in the HTML does not update. Why is this and how ...
Ahmed Zaidan's user avatar
0 votes
1 answer
61 views

Chart title with useHTML doesn't format properly on first load

When I am creating a new chart, I am using an image for the title like this: title: { useHTML: true, text: "<img src='https://abload.de/img/logo0tjrw.png' alt='' />", align:...
Ubernator's user avatar
  • 733
2 votes
1 answer
73 views

electron.js - BrowserWindow viewport size shrinks by 1px when it is resized

I have a frameless electron.js window here (main.js): const createWindow = () => { const win = new BrowserWindow({ width: 500, height: 400, useContentSize: true, frame: false, })...
T. Feix's user avatar
  • 35
0 votes
0 answers
51 views

jQuery is not defined, even thought it clearly is [duplicate]

Here is the error message from the browser console: Uncaught ReferenceError: jQuery is not defined at code.js:6:1 I just have a simple function utilizing jQuery, which I have put into the document....
Tom Freelance's user avatar
0 votes
2 answers
157 views

querySelector or addEventListener is not working with electron in html

I've started a desktop project with electron. But my button is not working, no any error. Here is the HTML code: <!DOCTYPE html> <html lang="en"> <head> <meta charset=&...
metkopetru's user avatar

15 30 50 per page
1
2
3 4 5
59