Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

How to make all new tabs/windows in electron direct to new electron-tabs

I'm currently working on some JavaScript code for a project. My goal is to make Electron open all links that would normally result in "pop-ups" to open in new tabs under the electron-tabs ...
Alex's user avatar
  • 1
-3 votes
1 answer
41 views

webContents not defined error. how to fix? [closed]

I am a beginner coder and not that good so please don't mind my code, I am trying to make an application in electron js that opens an image file and displays it in the app. and I am having to send a ...
codegame123's user avatar
-1 votes
0 answers
44 views

No icon is displayed

The following problem needs to be solved: when you drag shortcuts to the container, they are duplicated and their image is not displayed. Below I provide the main code of node js electron and renderer....
UserAndroidDeveloper's user avatar
1 vote
1 answer
44 views

How to use context isolation ture with node integration false, In frontend without using Routes instead Js File for load the context body?

I can't use Electron Forge, so in order avoid duplicating header in HTML files, I want the base of the content load using JS function, within the page also I need to do the execution as well HTML ...
Sasanka Weerakoon's user avatar
0 votes
2 answers
52 views

How to make user data persistent in local storage in electron-app?

I'm building a tasks-to-do application using electron. As I'm new using it, I have found a lot of problems to make the tasks already uploaded persistent in the application. I'm creating the tasks ...
MavapeGZ's user avatar
4 votes
0 answers
431 views

FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye

Trying to setup Electron on my computer, to setup .exe files for my HTML/CSS/JS projects I'm currently developing on Windows and got this: [3088:0525/235414.074:ERROR:gpu_process_host.cc(991)] GPU ...
easr97's user avatar
  • 41
1 vote
1 answer
101 views

Why does my 'includes' statement require the entire string?

I am trying to use an 'if includes' statement within my Node JS project to filter the results pulled from a .txt file. The idea is that the serial number a user inputs correlates to specific models ...
CB700's user avatar
  • 23
0 votes
2 answers
120 views

Error when Loading js file in HTML. HTML unable to load my js file

I tried loading js code in html but no js functionality is reflected in my code. here is my html snippet <!DOCTYPE html> <html> <head> Point Of Sale <link href="css/...
HARRISON KURIA's user avatar
0 votes
0 answers
37 views

Electron App: How to post electron app HTML form fields to the corresponding postgreSQL table columns

I am making an electron app. I created a table on pgadmin4 called "test". I want to submit the form "test" on my app's interface - for each corresponding field (TestLastName, ...
user23568061's user avatar
0 votes
0 answers
42 views

How to enable window maximization on Electron?

The maximize button on my Electron app is grayed out/disabled. I didn't do this in my code and I am using Windows 11. This is my code: import { app, BrowserWindow } from 'electron'; const ...
Mahmoud Walid's user avatar
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

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

15 30 50 per page
1
2 3 4 5
48